Uses of Class
org.loboevolution.pdfview.font.ttf.CMap
Packages that use CMap
-
Uses of CMap in org.loboevolution.pdfview.font.ttf
Subclasses of CMap in org.loboevolution.pdfview.font.ttfModifier and TypeClassDescriptionclass
CMapFormat0 class.class
CMapFormat4 class.class
CMapFormat6 class.Methods in org.loboevolution.pdfview.font.ttf that return CMapModifier and TypeMethodDescriptionstatic CMap
CMap.createMap
(short format, short language) Create a map for the given format and languageCmapTable.getCMap
(short platformID, short platformSpecificID) Get a CMap by platform and specific IDCMap[]
CmapTable.getCMaps()
Get all CMapsstatic CMap
CMap.getMap
(ByteBuffer data) Get a map from the given dataMethods in org.loboevolution.pdfview.font.ttf with parameters of type CMap