org.apache.fontbox.ttf
public class CMAPEncodingEntry extends Object
Version: $Revision: 1.2 $
Method Summary | |
---|---|
int[] | getGlyphIdToCharacterCode() |
int | getPlatformEncodingId() |
int | getPlatformId() |
void | initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
void | initSubtable(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
void | setGlyphIdToCharacterCode(int[] glyphIdToCharacterCodeValue) |
void | setPlatformEncodingId(int platformEncodingIdValue) |
void | setPlatformId(int platformIdValue) |
Returns: Returns the glyphIdToCharacterCode.
Returns: Returns the platformEncodingId.
Returns: Returns the platformId.
Parameters: ttf The font that is being read. data The stream to read the data from.
Throws: IOException If there is an error reading the data.
Parameters: ttf The font that is being read. data The stream to read the data from.
Throws: IOException If there is an error reading the data.
Parameters: glyphIdToCharacterCodeValue The glyphIdToCharacterCode to set.
Parameters: platformEncodingIdValue The platformEncodingId to set.
Parameters: platformIdValue The platformId to set.