Uses of Class
org.openpdf.renderer.font.ttf.CMap
Packages that use CMap
-
Uses of CMap in org.openpdf.renderer.font.ttf
Subclasses of CMap in org.openpdf.renderer.font.ttfFields in org.openpdf.renderer.font.ttf with type parameters of type CMapModifier and TypeFieldDescriptionprivate final SortedMap<CmapTable.CmapSubtable,CMap> CmapTable.subtablesHolds the CMap subtables, sorted properlyMethods in org.openpdf.renderer.font.ttf that return CMapModifier and TypeMethodDescriptionstatic CMapCMap.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 CMapCMap.getMap(ByteBuffer data) Get a map from the given data This method reads the format, data and length variables of the map.Methods in org.openpdf.renderer.font.ttf with parameters of type CMap