Enum TtfStatTable.AxisValueTableFlags
TtfStatTable.AxisValueTableFlags enumeration
Specifies axis value table flags
[Flags]
public enum AxisValueTableFlags : ushort
Values
Name | Value | Description |
---|---|---|
OlderSiblingFontAttribute | 1 | If 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. |
ElidableAxisValueName | 2 | If set, it indicates that the axis value represents the “normal” value for the axis and may be omitted when composing name strings. |
Reserved | FFFC | Reserved for future use |
See Also
- class TtfStatTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font