| Package | Description |
|---|---|
| de.intarsys.pdf.encoding |
This package implements the encodings of the PDF spec.
|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| Constructor and Description |
|---|
CMapEncoding(CMap map) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityCMap
The generic 2 byte identity mapping (Identity-H and Identity-V).
|
class |
InternalCMap |
class |
NamedCMap |
class |
StreamBasedCMap
A stream based mapping from character codes to CID's.
|
| Modifier and Type | Method and Description |
|---|---|
CMap |
PDFontType0.getCMap()
The
CMap associated with the Type0 font. |
static CMap |
IdentityCMap.getSingleton(COSName name) |
CMap |
PDFont.getToUnicode() |
static CMap |
NamedCMap.loadCMap(COSName name) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDFont.setToUnicode(CMap newToUnicode)
set the to unicode mapping
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.