Lines Matching refs:ttFont
33 def decompile(self, ttFont): argument
61 current_glyph.decompile(ttFont)
67 def compile(self, ttFont): argument
71 glyphOrder = ttFont.getGlyphOrder()
82 current_glyph.compile(ttFont)
98 def toXML(self, xmlWriter, ttFont): argument
105 glyphOrder = ttFont.getGlyphOrder()
108 self.glyphs[glyphOrder[i]].toXML(xmlWriter, ttFont)
113 def fromXML(self, name, attrs, content, ttFont): argument
145 current_glyph.fromXML(name, attrs, content, ttFont)
146 current_glyph.compile(ttFont)