|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrueTypeFont | |
|---|---|
| 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. |
| Uses of TrueTypeFont in org.apache.fontbox.ttf |
|---|
| Methods in org.apache.fontbox.ttf with parameters of type TrueTypeFont | |
|---|---|
void |
HeaderTable.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 |
OS2WindowsMetricsTable.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 |
MaximumProfileTable.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 |
NameRecord.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 |
NamingTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream. |
void |
GlyphTable.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 |
CMAPTable.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. |
| Constructors in org.apache.fontbox.ttf with parameters of type TrueTypeFont | |
|---|---|
TTFSubFont(TrueTypeFont baseFont,
String suffix)
Constructs a subfont based on the given font using the given suffix. |
|
| Uses of TrueTypeFont in org.apache.fontbox.util |
|---|
| Methods in org.apache.fontbox.util that return TrueTypeFont | |
|---|---|
static TrueTypeFont |
FontManager.findTTFont(String fontname)
Search for a true type font for the given font name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||