public class Table extends FontDataTable
Modifier and Type | Class and Description |
---|---|
static class |
Table.Builder<T extends Table> |
Modifier and Type | Method and Description |
---|---|
long |
calculatedChecksum()
Get the calculated checksum for the data in the table.
|
Header |
header()
Get the header for the table.
|
long |
headerChecksum()
Get the checksum for the table from the record header.
|
int |
headerLength()
Get the length of the table from the record header.
|
int |
headerOffset()
Get the offset for the table from the record header.
|
int |
headerTag()
Get the tag for the table from the record header.
|
java.lang.String |
toString() |
dataLength, readFontData, serialize
public long calculatedChecksum()
public Header header()
public int headerTag()
header
public int headerOffset()
header
public int headerLength()
header
public long headerChecksum()
header
public java.lang.String toString()
toString
in class FontDataTable