Home
last modified time | relevance | path

Searched refs:glyphElement (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py609glyphElement = self._writeGlyphElement(instanceElement, instanceObject, glyphName, data)
610 glyphsElement.append(glyphElement)
662 glyphElement = ET.Element("glyph")
663 glyphElement.attrib["name"] = name
664 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 …]