Uses of Class
com.sun.pdfview.font.PDFCMap
Packages that use PDFCMap
-
Uses of PDFCMap in com.sun.pdfview.font
Fields in com.sun.pdfview.font declared as PDFCMapModifier and TypeFieldDescriptionprivate PDFCMap
PDFFontEncoding.cmap
a CMap for fonts encoded by CMapprivate PDFCMap
PDFFont.unicodeMap
the CMap that maps this font to unicode valuesFields in com.sun.pdfview.font with type parameters of type PDFCMapMethods in com.sun.pdfview.font that return PDFCMapModifier and TypeMethodDescriptionstatic PDFCMap
Get a CMap, given a PDF object containing one of the following: a string name of a known CMap a stream containing a CMap definitionstatic PDFCMap
Get a CMap, given a string namePDFFont.getUnicodeMap()
Get the CMap which maps the characters in this font to unicode namesprotected static PDFCMap
Parse a CMap from a CMap streamMethods in com.sun.pdfview.font with parameters of type PDFCMapModifier and TypeMethodDescriptionvoid
PDFFont.setUnicodeMap
(PDFCMap unicodeMap) Set the CMap which maps the characters in this font to unicode names