Uses of Class
com.sun.pdfview.font.ttf.CMap

Packages that use CMap
com.sun.pdfview.font.ttf   
 

Uses of CMap in com.sun.pdfview.font.ttf
 

Subclasses of CMap in com.sun.pdfview.font.ttf
 class CMapFormat0
           
 class CMapFormat4
           
 class CMapFormat6
           
 

Methods in com.sun.pdfview.font.ttf that return CMap
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.
 

Methods in com.sun.pdfview.font.ttf with parameters of type CMap
 void CmapTable.addCMap(short platformID, short platformSpecificID, CMap cMap)
          Add a CMap