This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
fontTools
/
pens
History
Behdad Esfahbod
7c9ab300c2
Add standard imports to all python sources
...
Previously, the trivial files didn't have them.
2015-04-14 17:26:59 -07:00
..
__init__.py
Add standard imports to all python sources
2015-04-14 17:26:59 -07:00
basePen.py
from __future__ import absolute_import
2014-01-14 15:07:50 +08:00
boundsPen.py
from __future__ import absolute_import
2014-01-14 15:07:50 +08:00
cocoaPen.py
from __future__ import absolute_import
2014-01-14 15:07:50 +08:00
pointInsidePen.py
from __future__ import absolute_import
2014-01-14 15:07:50 +08:00
qtPen.py
pens: qtPen tuple unpacking (py3/PEP3113)
2014-09-25 22:15:23 +02:00
reportLabPen.py
from __future__ import absolute_import
2014-01-14 15:07:50 +08:00
transformPen.py
from __future__ import absolute_import
2014-01-14 15:07:50 +08:00