com.sun.pdfview.font.ttf
public class CmapTable extends TrueTypeTable
Constructor Summary | |
---|---|
protected | CmapTable() Creates a new instance of CmapTable |
Method Summary | |
---|---|
void | addCMap(short platformID, short platformSpecificID, CMap cMap)
Add a CMap |
CMap | getCMap(short platformID, short platformSpecificID)
Get a CMap by platform and specific ID |
CMap[] | getCMaps()
Get all CMaps |
short | getNumberSubtables()
Get the number of tables |
short | getVersion() Getter for property version. |
void | removeCMap(short platformID, short platformSpecificID)
Remove a CMap |
void | setVersion(short version) Setter for property version. |
Returns: Value of property version.
Parameters: version New value of property version.