Aspose::Font::TtfTables::TtfStatTable::AxisRecord class

AxisRecord class

Represents Axis Record structure. Spec: the axis record provides information about a single design axis.

class AxisRecord : public System::Object

Methods

MethodDescription
AxisRecord(System::String, uint16_t, uint16_t)Constructor.
get_AxisNameId() constReturns axisNameID field. Spec: The axisNameID field provides a name ID that can be used to obtain strings from the ’name’ table that can be used to refer to the axis in application user interfaces.
get_AxisOrdering() constReturns axisOrdering field. Spec:A value that applications can use to determine primary sorting of face names, or for ordering of labels when composing family or face names.
get_Tag() constReturns a tag identifying the axis of design variation. Spec: Each axis record has a tag designating the axis. Tag values must follow the rules for axis tags described in the OpenType Design-Variation Axis Tag Registry.

See Also