Searched refs:cff2GetGlyphOrder (Results 1 – 3 of 3) sorted by relevance
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 98 cff2GetGlyphOrder = otFont.getGlyphOrder 101 file, cff2GetGlyphOrder, self.topDictSize, isCFF2=isCFF2) 258 cff2GetGlyphOrder = self.otFont.getGlyphOrder 261 cff2GetGlyphOrder=cff2GetGlyphOrder) 262 self.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None) 299 cff2GetGlyphOrder = self.otFont.getGlyphOrder 300 topDictData = TopDictIndex(None, cff2GetGlyphOrder, None) 310 topDict.cff2GetGlyphOrder = cff2GetGlyphOrder 823 def __init__(self, file=None, cff2GetGlyphOrder=None, topSize=0, argument 826 self.cff2GetGlyphOrder = cff2GetGlyphOrder [all …]
|
/external/fonttools/Lib/fontTools/ |
D | fontBuilder.py | 578 cff2GetGlyphOrder = self.font.getGlyphOrder 579 fontSet.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None) 600 topDict.cff2GetGlyphOrder = cff2GetGlyphOrder
|
/external/fonttools/Lib/fontTools/varLib/ |
D | cff.py | 52 cff2GetGlyphOrder = cff.otFont.getGlyphOrder 53 topDictData = TopDictIndex(None, cff2GetGlyphOrder, None) 63 topDict.cff2GetGlyphOrder = cff2GetGlyphOrder
|