public static enum TtfStatTable.AxisValueTableFlags extends Enum<TtfStatTable.AxisValueTableFlags>
Specifies axis value table flags
| Enum Constant and Description |
|---|
ElidableAxisValueName
If set, it indicates that the axis value represents the "normal" value for the axis and may be
omitted when composing name strings.
|
OlderSiblingFontAttribute
If set, this axis value table provides axis value information that is applicable to other fonts
within the same font family.
|
Reserved
Reserved for future use
|
| Modifier and Type | Method and Description |
|---|---|
static TtfStatTable.AxisValueTableFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TtfStatTable.AxisValueTableFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
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.
public static final TtfStatTable.AxisValueTableFlags Reserved
Reserved for future use
public static TtfStatTable.AxisValueTableFlags[] values()
for (TtfStatTable.AxisValueTableFlags c : TtfStatTable.AxisValueTableFlags.values()) System.out.println(c);
public static TtfStatTable.AxisValueTableFlags valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025 Aspose. All Rights Reserved.