various changes:

- the Transformation class is now a little cleaner & smarter
- pens now have a reference to a font
- pens have a new method called drawGlyph(), which is needed for composites.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@64 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
Just 2000-01-19 20:44:33 +00:00
parent ea2cc3f762
commit fda65735a4

View File

@ -1,7 +1,7 @@
"""cffLib.py -- read/write tools for Adobe CFF fonts.""" """cffLib.py -- read/write tools for Adobe CFF fonts."""
# #
# $Id: cffLib.py,v 1.4 2000-01-16 22:14:02 Just Exp $" # $Id: cffLib.py,v 1.5 2000-01-19 20:44:33 Just Exp $
# #
import struct, sstruct import struct, sstruct