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:
parent
4f6cfa71d2
commit
a80dce0e49
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user