Package | Description |
---|---|
org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
Modifier and Type | Method and Description |
---|---|
CmapTable |
TrueTypeFont.getCmap()
Get the "cmap" table for this TTF.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CmapSubtable.initSubtable(CmapTable cmap,
int numGlyphs,
TTFDataStream data)
This will read the required data from the stream.
|