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.
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.preflight.font.container |
Modifier and Type | Method and Description |
---|---|
void |
HeaderTable.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 |
OS2WindowsMetricsTable.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 |
GlyphTable.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 |
HorizontalHeaderTable.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 |
PostScriptTable.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 |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TrueTypeFont |
PDTrueTypeFont.getTTFFont()
Return the TTF font as TrueTypeFont.
|
Modifier and Type | Field and Description |
---|---|
protected TrueTypeFont |
CIDType2Container.ttf |
protected TrueTypeFont |
TrueTypeContainer.ttFont |
Modifier and Type | Method and Description |
---|---|
void |
TrueTypeContainer.setTrueTypeFont(TrueTypeFont ttFont) |
void |
CIDType2Container.setTtf(TrueTypeFont ttf) |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.