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