TtfStatTable.AxisValueTableFlags

Inheritance: java.lang.Object, java.lang.Enum

public enum TtfStatTable.AxisValueTableFlags extends Enum<TtfStatTable.AxisValueTableFlags>

Specifies axis value table flags

Fields

FieldDescription
OlderSiblingFontAttributeIf set, this axis value table provides axis value information that is applicable to other fonts within the same font family.
ElidableAxisValueNameIf set, it indicates that the axis value represents the “normal” value for the axis and may be omitted when composing name strings.
ReservedReserved for future use

Methods

MethodDescription
values()
valueOf(String name)

OlderSiblingFontAttribute

public static final TtfStatTable.AxisValueTableFlags OlderSiblingFontAttribute

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

public static final TtfStatTable.AxisValueTableFlags ElidableAxisValueName

If set, it indicates that the axis value represents the “normal” value for the axis and may be omitted when composing name strings.

Reserved

public static final TtfStatTable.AxisValueTableFlags Reserved

Reserved for future use

values()

public static TtfStatTable.AxisValueTableFlags[] values()

Returns: com.aspose.font.TtfStatTable.AxisValueTableFlags[]

valueOf(String name)

public static TtfStatTable.AxisValueTableFlags valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: AxisValueTableFlags