|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TTFDataStream | |
org.pdfbox.ttf | This package contains classes to parse a TTF file. |
Uses of TTFDataStream in org.pdfbox.ttf |
Subclasses of TTFDataStream in org.pdfbox.ttf | |
class |
MemoryTTFDataStream
An interface into a data stream. |
class |
RAFDataStream
An implementation of the TTFDataStream that goes against a RAF. |
Methods in org.pdfbox.ttf with parameters of type TTFDataStream | |
void |
TTFTable.initData(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream. |
TrueTypeFont |
TTFParser.parseTTF(TTFDataStream raf)
Parse a file and get a true type font. |
void |
PostScriptTable.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 |
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 |
MaximumProfileTable.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 |
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 |
HeaderTable.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 |
GlyphData.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 |
CMAPEncodingEntry.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |