Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Class and 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 and Description |
---|---|
Collection<TTFTable> |
TrueTypeFont.getTables()
Get all of the tables.
|
Modifier and Type | Method and Description |
---|---|
void |
TrueTypeFont.addTable(TTFTable table)
Add a table definition.
|
void |
TrueTypeFont.initializeTable(TTFTable table)
Initialize the given table if necessary.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.