repair ttcompile -b

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@276 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-07-04 17:17:36 +00:00
parent 4f6cfa71d2
commit a80dce0e49

View File

@ -101,6 +101,8 @@ class table__g_l_y_f(DefaultTable.DefaultTable):
return
if not hasattr(self, "glyphs"):
self.glyphs = {}
if not hasattr(self, "glyphOrder"):
self.glyphOrder = ttFont.getGlyphOrder()
glyphName = attrs["name"]
if ttFont.verbose:
ttLib.debugmsg("unpacking glyph '%s'" % glyphName)