Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Class and Description |
---|---|
class |
CFFTable
PostScript font program (compact font format).
|
class |
CmapTable
The "cmap" table of a true type font.
|
class |
DigitalSignatureTable
A table in a true type font.
|
class |
GlyphSubstitutionTable
A glyph substitution 'GSUB' table in a TrueType or OpenType 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 |
KerningTable
A 'kern' 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 |
OTLTable
OpenType Layout (OTL) table.
|
class |
PostScriptTable
A table in a true type font.
|
class |
VerticalHeaderTable
A vertical header 'vhea' table in a TrueType or OpenType font.
|
class |
VerticalMetricsTable
A vertical metrics 'vmtx' table in a TrueType or OpenType font.
|
class |
VerticalOriginTable
A vertical origin 'VORG' table in an OpenType font.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,TTFTable> |
TrueTypeFont.tables |
Modifier and Type | Method and Description |
---|---|
protected TTFTable |
TrueTypeFont.getTable(String tag)
This will get the table for the given tag.
|
protected TTFTable |
TTFParser.readTable(TrueTypeFont font,
String tag) |
protected TTFTable |
OTFParser.readTable(TrueTypeFont font,
String tag) |
Modifier and Type | Method and Description |
---|---|
Map<String,TTFTable> |
TrueTypeFont.getTableMap()
Get all of the tables.
|
Collection<TTFTable> |
TrueTypeFont.getTables()
Get all of the tables.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
TrueTypeFont.getTableBytes(TTFTable table)
Returns the raw bytes of the given table.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.