Home | History | Annotate | Download | only in fontTools

Lines Matching refs:cff

1325 @_add_method(ttLib.getTableClass('CFF '))
1327 cff = self.cff
1328 # CFF table must have one font only
1329 cff.fontNames = cff.fontNames[:1]
1332 for fontname in cff.keys():
1333 font = cff[fontname]
1339 return True # bool(cff.fontNames)
1341 @_add_method(ttLib.getTableClass('CFF '))
1343 cff = self.cff
1344 for fontname in cff.keys():
1345 font = cff[fontname]
1373 return True # any(cff[fontname].numGlyphs for fontname in cff.keys())
1572 @_add_method(ttLib.getTableClass('CFF '))
1574 cff = self.cff
1575 for fontname in cff.keys():
1576 font = cff[fontname]
1782 # TODO(behdad) Avoid recursing too much (in GSUB/GPOS and in CFF)
1834 notdef_glyph = True # gid0 for TrueType / .notdef for CFF