Package | Description |
---|---|
com.google.typography.font.sfntly.table.core |
Modifier and Type | Method and Description |
---|---|
static OS2Table.WeightClass |
OS2Table.WeightClass.valueOf(int value) |
static OS2Table.WeightClass |
OS2Table.WidthClass.valueOf(int value) |
static OS2Table.WeightClass |
OS2Table.WeightClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OS2Table.WeightClass[] |
OS2Table.WeightClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|