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 PDFCMapPDFFontEncoding.cmapa CMap for fonts encoded by CMapprivate PDFCMapPDFFont.unicodeMapthe 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 PDFCMapGet a CMap, given a PDF object containing one of the following: a string name of a known CMap a stream containing a CMap definitionstatic PDFCMapGet a CMap, given a string namePDFFont.getUnicodeMap()Get the CMap which maps the characters in this font to unicode namesprotected static PDFCMapParse a CMap from a CMap streamMethods in com.sun.pdfview.font with parameters of type PDFCMapModifier and TypeMethodDescriptionvoidPDFFont.setUnicodeMap(PDFCMap unicodeMap) Set the CMap which maps the characters in this font to unicode names