Searched refs:cff2GetGlyphOrder (Results 1 – 3 of 3) sorted by relevance
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 58 cff2GetGlyphOrder = otFont.getGlyphOrder 61 file, cff2GetGlyphOrder, self.topDictSize, isCFF2=isCFF2) 199 cff2GetGlyphOrder = self.otFont.getGlyphOrder 202 cff2GetGlyphOrder=cff2GetGlyphOrder) 203 self.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None) 229 cff2GetGlyphOrder = self.otFont.getGlyphOrder 230 topDictData = TopDictIndex(None, cff2GetGlyphOrder, None) 240 topDict.cff2GetGlyphOrder = cff2GetGlyphOrder 681 def __init__(self, file=None, cff2GetGlyphOrder=None, topSize=0, argument 684 self.cff2GetGlyphOrder = cff2GetGlyphOrder [all …]
|
/external/fonttools/Lib/fontTools/varLib/ |
D | cff.py | 38 cff2GetGlyphOrder = cff.otFont.getGlyphOrder 39 topDictData = TopDictIndex(None, cff2GetGlyphOrder, None) 49 topDict.cff2GetGlyphOrder = cff2GetGlyphOrder
|
/external/fonttools/Lib/fontTools/ |
D | fontBuilder.py | 535 cff2GetGlyphOrder = self.font.getGlyphOrder 536 fontSet.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None) 557 topDict.cff2GetGlyphOrder = cff2GetGlyphOrder
|