Package | Description |
---|---|
com.sun.pdfview.font |
Modifier and Type | Method and 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 definition
|
static PDFCMap |
PDFCMap.getCMap(java.lang.String mapName)
Get a CMap, given a string name
|
PDFCMap |
PDFFont.getUnicodeMap()
Get the CMap which maps the characters in this font to unicode names
|
protected static PDFCMap |
PDFCMap.parseCMap(PDFObject map)
Parse a CMap from a CMap stream
|
Modifier and Type | Method and Description |
---|---|
void |
PDFFont.setUnicodeMap(PDFCMap unicodeMap)
Set the CMap which maps the characters in this font to unicode names
|