Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
org.apache.fontbox.util |
This package contains utility classes used by various font types.
|
Modifier and Type | Method and Description |
---|---|
void |
GlyphTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
TTFTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
HorizontalMetricsTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
IndexToLocationTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
HeaderTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
PostScriptTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
CMAPTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
HorizontalHeaderTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
NamingTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
MaximumProfileTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
NameRecord.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
OS2WindowsMetricsTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
protected void |
TTFParser.parseTables(TrueTypeFont font,
TTFDataStream raf)
Parse all tables and check if all needed tables are present.
|
Constructor and Description |
---|
TTFSubFont(TrueTypeFont baseFont,
String suffix)
Constructs a subfont based on the given font using the given suffix.
|
Modifier and Type | Method and Description |
---|---|
static TrueTypeFont |
FontManager.findTTFont(String fontname)
Search for a true type font for the given font name.
|
Copyright © 2008–2018. All rights reserved.