Uses of Class
com.sun.pdfview.font.PDFCMap
-
Packages that use PDFCMap Package Description com.sun.pdfview.font -
-
Uses of PDFCMap in com.sun.pdfview.font
Fields in com.sun.pdfview.font declared as PDFCMap Modifier and Type Field Description private 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 PDFCMap Modifier and Type Field Description private static java.util.HashMap<java.lang.String,PDFCMap>PDFCMap. cacheA cache of known CMaps by nameMethods in com.sun.pdfview.font that return PDFCMap Modifier and Type Method Description static PDFCMapPDFCMap. getCMap(PDFObject map)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 PDFCMapPDFCMap. getCMap(java.lang.String mapName)Get a CMap, given a string namePDFCMapPDFFont. getUnicodeMap()Get the CMap which maps the characters in this font to unicode namesprotected static PDFCMapPDFCMap. parseCMap(PDFObject map)Parse a CMap from a CMap streamMethods in com.sun.pdfview.font with parameters of type PDFCMap Modifier and Type Method Description voidPDFFont. setUnicodeMap(PDFCMap unicodeMap)Set the CMap which maps the characters in this font to unicode names
-