Uses of Class
org.openpdf.renderer.font.cid.PDFCMap
Packages that use PDFCMap
-
Uses of PDFCMap in org.openpdf.renderer.font
Fields in org.openpdf.renderer.font declared as PDFCMapModifier and TypeFieldDescriptionprivate PDFCMapPDFFontEncoding.cmapa CMap for fonts encoded by CMapprivate PDFCMapCIDFontType0.glyphLookupMapprivate PDFCMapPDFFont.unicodeMapthe CMap that maps this font to unicode valuesMethods 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.Fields in org.openpdf.renderer.font.cid with type parameters of type PDFCMapMethods in org.openpdf.renderer.font.cid that return PDFCMap