void |
CMAPEncodingEntry.initData(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(GlyphTable glyphTable,
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 |
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 |
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 |
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 |
NamingTable.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 |
TTFTable.initData(TrueTypeFont ttf,
TTFDataStream data) |
This will read the required data from the stream.
|
void |
CMAPEncodingEntry.initSubtable(CMAPTable cmap,
int numGlyphs,
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(TTFDataStream data) |
Initialize the CMapEntry when it is a subtype 0
|
protected void |
CMAPEncodingEntry.processSubtype10(TTFDataStream data,
int numGlyphs) |
Reads a format 10 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype12(TTFDataStream data,
int numGlyphs) |
Reads a format 12 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype13(TTFDataStream data,
int numGlyphs) |
Reads a format 13 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype14(TTFDataStream data,
int numGlyphs) |
Reads a format 14 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype2(TTFDataStream data,
int numGlyphs) |
Read a format 2 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype4(TTFDataStream data,
int numGlyphs) |
Reads a format 4 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype6(TTFDataStream data,
int numGlyphs) |
Reads a format 6 subtable.
|
protected void |
CMAPEncodingEntry.processSubtype8(TTFDataStream data,
int numGlyphs) |
Reads a format 8 subtable.
|
protected void |
GlyfDescript.readInstructions(TTFDataStream bais,
int count) |
Read the hinting instructions.
|