public static enum FontHeaderTable.Flags extends java.lang.Enum<FontHeaderTable.Flags>
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<FontHeaderTable.Flags> |
asSet(int value) |
static int |
cleanValue(java.util.EnumSet<FontHeaderTable.Flags> set) |
int |
mask() |
static int |
value(java.util.EnumSet<FontHeaderTable.Flags> set) |
static FontHeaderTable.Flags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeaderTable.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontHeaderTable.Flags BaselineAtY0
public static final FontHeaderTable.Flags LeftSidebearingAtX0
public static final FontHeaderTable.Flags InstructionsDependOnPointSize
public static final FontHeaderTable.Flags ForcePPEMToInteger
public static final FontHeaderTable.Flags InstructionsAlterAdvanceWidth
public static final FontHeaderTable.Flags Apple_Vertical
public static final FontHeaderTable.Flags Apple_Zero
public static final FontHeaderTable.Flags Apple_RequiresLayout
public static final FontHeaderTable.Flags Apple_GXMetamorphosis
public static final FontHeaderTable.Flags Apple_StrongRTL
public static final FontHeaderTable.Flags Apple_IndicRearrangement
public static final FontHeaderTable.Flags FontDataLossless
public static final FontHeaderTable.Flags FontConverted
public static final FontHeaderTable.Flags OptimizedForClearType
public static final FontHeaderTable.Flags Reserved14
public static final FontHeaderTable.Flags Reserved15
public static FontHeaderTable.Flags[] values()
for (FontHeaderTable.Flags c : FontHeaderTable.Flags.values()) System.out.println(c);
public static FontHeaderTable.Flags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int mask()
public static java.util.EnumSet<FontHeaderTable.Flags> asSet(int value)
public static int value(java.util.EnumSet<FontHeaderTable.Flags> set)
public static int cleanValue(java.util.EnumSet<FontHeaderTable.Flags> set)