Home
last modified time | relevance | path

Searched refs:GlobalSubrsIndex (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Doc/source/cffLib/
Dindex.rst28 .. autoclass:: fontTools.cffLib.GlobalSubrsIndex
/external/fonttools/Lib/fontTools/
DfontBuilder.py515 GlobalSubrsIndex,
528 globalSubrs = GlobalSubrsIndex()
566 GlobalSubrsIndex,
581 globalSubrs = GlobalSubrsIndex()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py103 self.GlobalSubrs = GlobalSubrsIndex(file, isCFF2=isCFF2)
243 self.GlobalSubrs = GlobalSubrsIndex()
255 self.GlobalSubrs = GlobalSubrsIndex()
279 self.GlobalSubrs = GlobalSubrsIndex()
699 class GlobalSubrsIndex(Index): class
739 super(GlobalSubrsIndex, self).__init__(file, isCFF2=isCFF2)
799 class SubrsIndex(GlobalSubrsIndex):