Package | Description |
---|---|
com.sun.pdfview.font.ttf |
Modifier and Type | Class and Description |
---|---|
class |
CMapFormat0 |
class |
CMapFormat4 |
class |
CMapFormat6 |
Modifier and Type | Method and Description |
---|---|
static CMap |
CMap.createMap(short format,
short language)
Create a map for the given format and language
|
CMap |
CmapTable.getCMap(short platformID,
short platformSpecificID)
Get a CMap by platform and specific ID
|
CMap[] |
CmapTable.getCMaps()
Get all CMaps
|
static CMap |
CMap.getMap(java.nio.ByteBuffer data)
Get a map from the given data
This method reads the format, data and length variables of
the map.
|
Modifier and Type | Method and Description |
---|---|
void |
CmapTable.addCMap(short platformID,
short platformSpecificID,
CMap cMap)
Add a CMap
|