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

  /external/fonttools/Lib/fontTools/ttLib/tables/
C_F_F_.py 14 def decompile(self, data, otFont):
15 self.cff.decompile(StringIO(data), otFont)
18 def compile(self, otFont):
20 self.cff.compile(f, otFont)
41 def toXML(self, writer, otFont, progress=None):
44 def fromXML(self, name, attrs, content, otFont):
  /external/fonttools/Lib/fontTools/
cffLib.py 25 def decompile(self, file, otFont):
54 def compile(self, file, otFont):
69 charset = otFont.getGlyphOrder()
    [all...]

Completed in 62 milliseconds