Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ufoLib/
DglifLib.py1079 pointAttributesFormat1 = set(["x", "y", "type", "smooth", "name"]) variable
1080 pointAttributesFormat2 = pointAttributesFormat1 | set(["identifier"])
1131 …massaged = _validateAndMassagePointStructures(contour, pointAttributesFormat1, openContourOffCurve…