Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py529locationElement, instanceObject.location = self._makeLocationElement(instanceObject.location)
530 instanceElement.append(locationElement)
602 locationElement, sourceObject.location = self._makeLocationElement(sourceObject.location)
603 sourceElement.append(locationElement)
618locationElement, data['instanceLocation'] = self._makeLocationElement(data.get('instanceLocation'))
619 glyphElement.append(locationElement)
635 locationElement, m['location'] = self._makeLocationElement(m.get('location'))
636 masterElement.append(locationElement)
812 for locationElement in element.findall('.location'):
813 elementLocation = self.readLocationElement(locationElement)
[all …]