Package | Description |
---|---|
com.google.typography.font.sfntly.table.core | |
com.google.typography.font.sfntly.table.truetype |
Modifier and Type | Method and Description |
---|---|
FontHeaderTable.IndexToLocFormat |
FontHeaderTable.indexToLocFormat() |
FontHeaderTable.IndexToLocFormat |
FontHeaderTable.Builder.indexToLocFormat() |
static FontHeaderTable.IndexToLocFormat |
FontHeaderTable.IndexToLocFormat.valueOf(int value) |
static FontHeaderTable.IndexToLocFormat |
FontHeaderTable.IndexToLocFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeaderTable.IndexToLocFormat[] |
FontHeaderTable.IndexToLocFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FontHeaderTable.Builder.setIndexToLocFormat(FontHeaderTable.IndexToLocFormat format) |
Modifier and Type | Method and Description |
---|---|
FontHeaderTable.IndexToLocFormat |
LocaTable.formatVersion()
Get the table version.
|
FontHeaderTable.IndexToLocFormat |
LocaTable.Builder.formatVersion()
Get the format version that will be used when the loca table is
generated.
|
Modifier and Type | Method and Description |
---|---|
void |
LocaTable.Builder.setFormatVersion(FontHeaderTable.IndexToLocFormat formatVersion)
Set the format version to be used when generating the loca table.
|