Aspose::Font::TtfTables::TtfStatTable::AxisRecord class
Contents
[
Hide
]AxisRecord class
Represents Axis Record structure. Spec: the axis record provides information about a single design axis.
class AxisRecord : public System::Object
Methods
Method | Description |
---|---|
AxisRecord(System::String, uint16_t, uint16_t) | Constructor. |
get_AxisNameId() const | Returns 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() const | Returns 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() const | Returns 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
- Class Object
- Class TtfStatTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++