Aspose::Font::TtfTables::TtfStatTable::AxisValueTableFlags enum

AxisValueTableFlags enum

Specifies axis value table flags.

enum class AxisValueTableFlags : uint16_t

Values

NameValueDescription
OlderSiblingFontAttribute1If set, this axis value table provides axis value information that is applicable to other fonts within the same font family. This is used if the other fonts were released earlier and did not include information about values for some axis. If newer versions of the other fonts include the information themselves and are present, then this table is ignored.
ElidableAxisValueName2If set, it indicates that the axis value represents the “normal” value for the axis and may be omitted when composing name strings.
Reserved65532Reserved for future use.

See Also