From fda65735a486671faea5b28657cc6b2ea8dd707a Mon Sep 17 00:00:00 2001 From: Just Date: Wed, 19 Jan 2000 20:44:33 +0000 Subject: [PATCH] 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 --- Lib/fontTools/cffLib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/cffLib.py b/Lib/fontTools/cffLib.py index 467777cc0..c145374a3 100644 --- a/Lib/fontTools/cffLib.py +++ b/Lib/fontTools/cffLib.py @@ -1,7 +1,7 @@ """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