Lines Matching full:glyf
1252 @_add_method(ttLib.getTableModule('glyf').Glyph)
1278 @_add_method(ttLib.getTableClass('glyf'))
1296 @_add_method(ttLib.getTableClass('glyf'))
1305 @_add_method(ttLib.getTableClass('glyf'))
1315 # Don't drop empty 'glyf' tables, otherwise 'loca' doesn't get subset.
1318 @_add_method(ttLib.getTableClass('glyf'))
1974 if 'glyf' in font:
1981 if 'glyf' in font:
1998 if 'glyf' in font:
1999 self.log("Closing glyph list over 'glyf': %d glyphs before" %
2002 font['glyf'].closure_glyphs(self)
2004 self.log("Closed glyph list over 'glyf': %d glyphs after" %
2007 self.log.lapse("close glyph list over 'glyf'")