Uses of Class
org.openpdf.renderer.font.cid.PDFCMap
Packages that use PDFCMap
-
Uses of PDFCMap in org.openpdf.renderer.font
Methods in org.openpdf.renderer.font that return PDFCMapModifier and TypeMethodDescriptionPDFFont.getUnicodeMap()Get the CMap which maps the characters in this font to unicode namesMethods in org.openpdf.renderer.font with parameters of type PDFCMapModifier and TypeMethodDescriptionvoidPDFFont.setUnicodeMap(PDFCMap unicodeMap) Set the CMap which maps the characters in this font to unicode namesConstructors in org.openpdf.renderer.font with parameters of type PDFCMap -
Uses of PDFCMap in org.openpdf.renderer.font.cid
Subclasses of PDFCMap in org.openpdf.renderer.font.cidModifier and TypeClassDescriptionclassParses a CMAP and builds a lookup table to map CMAP based codes to unicode.Methods in org.openpdf.renderer.font.cid that return PDFCMap