| 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.
|
| de.intarsys.pdf.font.outlet |
This package summarizes the handling of fonts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMapEncoding
This is a wrapper implementation around the CMap definition in the /Encoding
entry for a Type0 font.
|
class |
MacOSRomanEncoding
Implementation of standard Roman encoding on the Mac platform.
|
class |
MacRomanEncoding
Implementation of MacRomanEncoding
|
class |
MappedEncoding
A MappedEncoding is an explicit map from a codepoint to a character.
|
class |
PDFDocEncoding
PDFEncoding
|
class |
StandardEncoding
Implementation of StandardEncoding
|
class |
SymbolEncoding
A 1:1 encoding implementation.
|
class |
WinAnsiEncoding
Implementation of WinAnsiEncoding
|
| Modifier and Type | Method and Description |
|---|---|
static Encoding |
Encoding.createNamed(COSName name)
"Create" one of the well known encodings.
|
Encoding |
MappedWriter.getEncoding()
The encoding used by this writer.
|
Encoding |
MappedReader.getEncoding()
The encoding used by this reader.
|
| Constructor and Description |
|---|
MappedReader(InputStream is,
Encoding encoding)
Create a MappedReader
|
MappedWriter(OutputStream out,
Encoding encoding)
Create a MappedWriter
|
| Modifier and Type | Class and Description |
|---|---|
class |
AFMEncoding
The builtin encoding of AFM defined fonts.
|
class |
DifferenceEncoding
An encoding defined as a delta to another base encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static Encoding |
DifferenceEncoding.create(COSDictionary dict,
PDFont font)
Create the difference encoding from the values defined in the
dict. |
Encoding |
PDFont.getEncoding()
The encoding of the glyphs in the font
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFont.setEncoding(Encoding newFontEncoding)
set an encoding for the font
|
| Modifier and Type | Method and Description |
|---|---|
Encoding |
IFontQuery.getEncoding()
The desired encoding for the
PDFont. |
Encoding |
FontQuery.getEncoding() |
Encoding |
FontQuery.getOverrideEncoding()
The required encoding for the result font.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FontQuery.setOverrideEncoding(Encoding overrideEncoding)
Set the encoding attribute for the font to be looked up.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.