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

  /external/fonttools/Lib/fontTools/
cffLib.py 297 self.parent.rawDict["CharStrings"] = pos
497 class CharStrings(object):
502 self.charStrings = charStrings = {}
504 charStrings[charset[i]] = i
507 self.charStrings = {}
517 return list(self.charStrings.keys())
523 return list(self.charStrings.values())
526 return name in self.charStrings
529 return len(self.charStrings)
    [all...]
t1Lib.py 74 In the case of Type 1, the GlyphSet is simply the CharStrings dict.
76 return self["CharStrings"]
87 charStrings = self.font["CharStrings"]
91 for glyphName, charString in charStrings.items():
93 charStrings[glyphName] = psCharStrings.T1CharString(charString[lenIV:],
subset.py     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 159 milliseconds