Home | History | Annotate | Download | only in tables

Lines Matching refs:attrs

23 	def toXML(self, xmlWriter, font, attrs=None, name=None):
24 BaseTable.toXML(self, xmlWriter, font, attrs, name=self.__class__.__name__)
129 def fromXML(self, name, attrs, content, font):
134 glyphs.append(attrs["value"])
211 def fromXML(self, name, attrs, content, font):
216 mapping[attrs["in"]] = attrs["out"]
326 def fromXML(self, name, attrs, content, font):
331 classDefs[attrs["glyph"]] = int(attrs["class"])
387 def fromXML(self, name, attrs, content, font):
392 glyphName = attrs["glyph"]
398 name, attrs, content = element
399 set.append(attrs["glyph"])
456 def fromXML(self, name, attrs, content, font):
461 glyphName = attrs["glyph"]
467 name, attrs, content = element
469 lig.LigGlyph = attrs["glyph"]
470 lig.Component = attrs["components"].split(",")