HomeSort by relevance Sort by last modified time
    Searched refs:GlobalSubrs (Results 1 - 2 of 2) sorted by null

  /external/fonttools/Lib/fontTools/
cffLib.py 34 self.GlobalSubrs = GlobalSubrsIndex(file)
36 self.topDictIndex.GlobalSubrs = self.GlobalSubrs
65 writer.add(self.GlobalSubrs.getCompiler(strings, None))
86 xmlWriter.begintag("GlobalSubrs")
88 self.GlobalSubrs.toXML(xmlWriter, progress)
89 xmlWriter.endtag("GlobalSubrs")
93 if not hasattr(self, "GlobalSubrs"):
94 self.GlobalSubrs = GlobalSubrsIndex()
104 topDict = TopDict(GlobalSubrs=self.GlobalSubrs
    [all...]
subset.py     [all...]

Completed in 61 milliseconds