Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CMAPTable |
A table in a true type font.
|
class |
DigitalSignatureTable |
A table in a true type font.
|
class |
GlyphTable |
A table in a true type font.
|
class |
HeaderTable |
A table in a true type font.
|
class |
HorizontalHeaderTable |
A table in a true type font.
|
class |
HorizontalMetricsTable |
A table in a true type font.
|
class |
IndexToLocationTable |
A table in a true type font.
|
class |
MaximumProfileTable |
A table in a true type font.
|
class |
NamingTable |
A table in a true type font.
|
class |
OS2WindowsMetricsTable |
A table in a true type font.
|
class |
PostScriptTable |
A table in a true type font.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Collection<TTFTable> |
TrueTypeFont.getTables() |
Get all of the tables.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TrueTypeFont.addTable(TTFTable table) |
Add a table definition.
|
void |
TrueTypeFont.initializeTable(TTFTable table) |
Initialize the given table if necessary.
|
Copyright © 2008–2018. All rights reserved.