| Class | Description |
|---|---|
| ByteArrayTableBuilder<T extends Table> |
An abstract builder base for byte array based tables.
|
| FontDataTable |
An abstract base for any table that contains a FontData.
|
| FontDataTable.Builder<T extends FontDataTable> | |
| Header |
The header entry for a table in the OffsetTable for the font.
|
| SubTable |
An abstract base class for subtables.
|
| SubTableContainerTable |
Abstract base class for tables that have contained subtables.
|
| SubTableContainerTable.Builder<T extends SubTableContainerTable> | |
| Table |
A concrete implementation of a root level table in the font.
|
| Table.Builder<T extends Table> | |
| TableBasedTableBuilder<T extends Table> |
An abstract base to be used building tables in which the builder can use the
table itself to build from.
|