Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryTTFDataStream
An interface into a data stream.
|
class |
RAFDataStream
An implementation of the TTFDataStream that goes against a RAF.
|
Modifier and Type | Method and Description |
---|---|
void |
GlyphTable.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 |
HorizontalHeaderTable.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 |
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 |
HeaderTable.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 |
CMAPEncodingEntry.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 |
CMAPTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
GlyphData.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 |
TTFTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
CMAPEncodingEntry.initSubtable(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.
|
protected void |
CMAPEncodingEntry.processSubtype0(TrueTypeFont ttf,
TTFDataStream data)
Initialize the CMapEntry when it is a subtype 0
|
protected void |
CMAPEncodingEntry.processSubtype10(TrueTypeFont ttf,
TTFDataStream data,
int numGlyphs)
Reads a format 10 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype12(TrueTypeFont ttf,
TTFDataStream data,
int numGlyphs)
Reads a format 12 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype13(TrueTypeFont ttf,
TTFDataStream data,
int numGlyphs)
Reads a format 13 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype14(TrueTypeFont ttf,
TTFDataStream data,
int numGlyphs)
Reads a format 14 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype2(TrueTypeFont ttf,
TTFDataStream data,
int numGlyphs)
Read a format 2 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype4(TrueTypeFont ttf,
TTFDataStream data,
int numGlyphs)
Reads a format 4 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype6(TrueTypeFont ttf,
TTFDataStream data,
int numGlyphs)
Reads a format 6 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype8(TrueTypeFont ttf,
TTFDataStream data,
int numGlyphs)
Reads a format 8 subtable.
|