Searched refs:glyphElement (Results 1 – 1 of 1) sorted by relevance
609 … glyphElement = self._writeGlyphElement(instanceElement, instanceObject, glyphName, data)610 glyphsElement.append(glyphElement)662 glyphElement = ET.Element("glyph")663 glyphElement.attrib["name"] = name664 glyphElement.attrib["mute"] = '1'665 sourceElement.append(glyphElement)676 glyphElement = ET.Element('glyph')678 glyphElement.attrib['mute'] = "1"680 glyphElement.attrib['unicode'] = " ".join([hex(u) for u in data.get('unicodes')])683 glyphElement.append(locationElement)[all …]