Uses of Class
com.sun.pdfview.font.ttf.CMap
-
Packages that use CMap Package Description com.sun.pdfview.font.ttf -
-
Uses of CMap in com.sun.pdfview.font.ttf
Subclasses of CMap in com.sun.pdfview.font.ttf Modifier and Type Class Description class
CMapFormat0
class
CMapFormat4
class
CMapFormat6
Fields in com.sun.pdfview.font.ttf with type parameters of type CMap Modifier and Type Field Description private java.util.SortedMap<CmapTable.CmapSubtable,CMap>
CmapTable. subtables
Holds the CMap subtables, sorted properlyMethods in com.sun.pdfview.font.ttf that return CMap Modifier and Type Method Description static CMap
CMap. createMap(short format, short language)
Create a map for the given format and languageCMap
CmapTable. getCMap(short platformID, short platformSpecificID)
Get a CMap by platform and specific IDCMap[]
CmapTable. getCMaps()
Get all CMapsstatic 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.Methods in com.sun.pdfview.font.ttf with parameters of type CMap Modifier and Type Method Description void
CmapTable. addCMap(short platformID, short platformSpecificID, CMap cMap)
Add a CMap
-