Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<Header> |
Header.COMPARATOR_BY_OFFSET |
static java.util.Comparator<Header> |
Header.COMPARATOR_BY_TAG |
Modifier and Type | Method and Description |
---|---|
Header |
Table.header()
Get the header for the table.
|
Header |
Table.Builder.header()
Public Interface for Table Building
|
Modifier and Type | Method and Description |
---|---|
static Table.Builder<? extends Table> |
Table.Builder.getBuilder(Header header,
WritableFontData tableData)
Get a builder for the table type specified by the data in the header.
|
Modifier and Type | Method and Description |
---|---|
static EbdtTable.Builder |
EbdtTable.Builder.createBuilder(Header header,
ReadableFontData data)
Create a new builder using the header information and data provided.
|
static EblcTable.Builder |
EblcTable.Builder.createBuilder(Header header,
ReadableFontData data)
Create a new builder using the header information and data provided.
|
static EbdtTable.Builder |
EbdtTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static EbscTable.Builder |
EbscTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static EblcTable.Builder |
EblcTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
Modifier and Type | Method and Description |
---|---|
static MaximumProfileTable.Builder |
MaximumProfileTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static HorizontalMetricsTable.Builder |
HorizontalMetricsTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static NameTable.Builder |
NameTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static PostScriptTable.Builder |
PostScriptTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static HorizontalHeaderTable.Builder |
HorizontalHeaderTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static FontHeaderTable.Builder |
FontHeaderTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static OS2Table.Builder |
OS2Table.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static CMapTable.Builder |
CMapTable.Builder.createBuilder(Header header,
WritableFontData data)
Creates a new builder using the header information and data provided.
|
static HorizontalDeviceMetricsTable.Builder |
HorizontalDeviceMetricsTable.Builder.createBuilder(Header header,
WritableFontData data) |
Modifier and Type | Method and Description |
---|---|
static LocaTable.Builder |
LocaTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static GlyphTable.Builder |
GlyphTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static ControlValueTable.Builder |
ControlValueTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
static ControlProgramTable.Builder |
ControlProgramTable.Builder.createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|