Package | Description |
---|---|
com.google.typography.font.sfntly.table.core |
Modifier and Type | Method and Description |
---|---|
static OS2Table.FsSelection |
OS2Table.FsSelection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OS2Table.FsSelection[] |
OS2Table.FsSelection.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<OS2Table.FsSelection> |
OS2Table.FsSelection.asSet(int value) |
java.util.EnumSet<OS2Table.FsSelection> |
OS2Table.fsSelection() |
Modifier and Type | Method and Description |
---|---|
static int |
OS2Table.FsSelection.asInt(java.util.EnumSet<OS2Table.FsSelection> fsSelectionSet) |
void |
OS2Table.Builder.fsSelection(java.util.EnumSet<OS2Table.FsSelection> fsSelection) |