Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py550 def addAxisValueRecord(self, axisValueRecord, location): argument
557 == {n.asFea() for n in axisValueRecord.names}
559 == {n.asFea() for n in axisValueRecord.locations}
560 and record_.flags == axisValueRecord.flags
566 self.stat_["AxisValueRecords"].append(axisValueRecord)
Dparser.py1490 axisValueRecord = self.parse_STAT_axis_value_()
1491 for location in axisValueRecord.locations:
1499 statements.append(axisValueRecord)