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
1ae29591ef
from __future__ import absolute_import
...
Such that our Python 2 is closer to Python 3. Part of
https://github.com/behdad/fonttools/issues/77
2014-01-14 15:07:50 +08:00
..
__init__.py
Pen stuff, see
http://just.letterror.com/cgi-bin/wypy?PenProtocol
2003-08-23 20:19:33 +00: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
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