Enum TtfStatTable.AxisValueTableFlags

TtfStatTable.AxisValueTableFlags enumeration

Specifies axis value table flags

[Flags]
public enum AxisValueTableFlags : ushort

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.
ReservedFFFCReserved for future use

See Also