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 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 PDFCMap Modifier and Type Field Description private static java.util.HashMap<java.lang.String,PDFCMap>
PDFCMap. cache
A cache of known CMaps by nameMethods in com.sun.pdfview.font that return PDFCMap Modifier and Type Method Description static PDFCMap
PDFCMap. 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 PDFCMap
PDFCMap. getCMap(java.lang.String mapName)
Get a CMap, given a string namePDFCMap
PDFFont. getUnicodeMap()
Get the CMap which maps the characters in this font to unicode namesprotected static PDFCMap
PDFCMap. 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 void
PDFFont. setUnicodeMap(PDFCMap unicodeMap)
Set the CMap which maps the characters in this font to unicode names
-