Home
last modified time | relevance | path

Searched refs:TopDictIndex (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Doc/source/cffLib/
Dindex.rst31 .. autoclass:: fontTools.cffLib.TopDictIndex
/external/fonttools/Lib/fontTools/
DfontBuilder.py512 TopDictIndex,
526 fontSet.topDictIndex = TopDictIndex()
563 TopDictIndex,
579 fontSet.topDictIndex = TopDictIndex(None, cff2GetGlyphOrder, None)
/external/fonttools/Lib/fontTools/varLib/
Dcff.py4 TopDictIndex,
53 topDictData = TopDictIndex(None, cff2GetGlyphOrder, None)
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py92 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)