Package | Description |
---|---|
com.google.typography.font.sfntly.table.core |
Modifier and Type | Method and Description |
---|---|
static FontHeaderTable.Flags |
FontHeaderTable.Flags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeaderTable.Flags[] |
FontHeaderTable.Flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<FontHeaderTable.Flags> |
FontHeaderTable.Flags.asSet(int value) |
java.util.EnumSet<FontHeaderTable.Flags> |
FontHeaderTable.flags()
Get the flags as an enum set.
|
java.util.EnumSet<FontHeaderTable.Flags> |
FontHeaderTable.Builder.flags() |
Modifier and Type | Method and Description |
---|---|
static int |
FontHeaderTable.Flags.cleanValue(java.util.EnumSet<FontHeaderTable.Flags> set) |
void |
FontHeaderTable.Builder.setFlags(java.util.EnumSet<FontHeaderTable.Flags> flags) |
static int |
FontHeaderTable.Flags.value(java.util.EnumSet<FontHeaderTable.Flags> set) |