Package | Description |
---|---|
com.google.typography.font.sfntly.table.core |
Modifier and Type | Method and Description |
---|---|
static OS2Table.CodePageRange |
OS2Table.CodePageRange.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OS2Table.CodePageRange[] |
OS2Table.CodePageRange.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.CodePageRange> |
OS2Table.CodePageRange.asSet(long range1,
long range2) |
java.util.EnumSet<OS2Table.CodePageRange> |
OS2Table.ulCodePageRange() |
java.util.EnumSet<OS2Table.CodePageRange> |
OS2Table.Builder.ulCodePageRange() |
Modifier and Type | Method and Description |
---|---|
static long[] |
OS2Table.CodePageRange.asArray(java.util.EnumSet<OS2Table.CodePageRange> rangeSet) |
void |
OS2Table.Builder.setUlCodePageRange(java.util.EnumSet<OS2Table.CodePageRange> rangeSet) |