Searched refs:TopDictIndex (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Doc/source/cffLib/ |
D | index.rst | 31 .. autoclass:: fontTools.cffLib.TopDictIndex
|
/external/fonttools/Lib/fontTools/ |
D | fontBuilder.py | 512 TopDictIndex, 526 fontSet.topDictIndex = TopDictIndex() 563 TopDictIndex, 579 fontSet.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None)
|
/external/fonttools/Lib/fontTools/varLib/ |
D | cff.py | 4 TopDictIndex, 53 topDictData = TopDictIndex(None, cff2GetGlyphOrder, None)
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 92 self.topDictIndex = TopDictIndex(file, isCFF2=isCFF2) 100 self.topDictIndex = TopDictIndex( 246 self.topDictIndex = TopDictIndex() 262 self.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None) 300 topDictData = TopDictIndex(None, cff2GetGlyphOrder, None) 807 class TopDictIndex(Index): class 841 super(TopDictIndex, self).__init__(file, isCFF2=isCFF2)
|