Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.type1 |
Classes for Adobe Type 1 fonts.
|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.ps |
PostScript Renderer
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCodePointMapping |
Abstract base class for code point mapping classes (1-byte character encodings).
|
class |
CodePointMapping |
|
class |
SimpleSingleByteEncoding |
A simple implementation of the OneByteEncoding mostly used for encodings that are constructed
on-the-fly.
|
Modifier and Type | Field | Description |
---|---|---|
protected SingleByteEncoding |
SingleByteFont.mapping |
Modifier and Type | Method | Description |
---|---|---|
SingleByteEncoding |
SingleByteFont.getEncoding() |
Returns the code point mapping (encoding) of this font.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AFMFile.overridePrimaryEncoding(SingleByteEncoding encoding) |
The character codes in an AFM cannot always be trusted to be the same values as in the
font's primary encoding.
|
Modifier and Type | Method | Description |
---|---|---|
PDFArray |
PDFEncoding.DifferencesBuilder.buildDifferencesArray(SingleByteEncoding encodingA,
SingleByteEncoding encodingB) |
Creates an array containing the differences between two single-byte.
|
java.lang.Object |
PDFFactory.createPDFEncoding(SingleByteEncoding encoding,
java.lang.String fontName) |
Creates a PDFEncoding instance from a CodePointMapping instance.
|
Modifier and Type | Method | Description |
---|---|---|
static org.apache.xmlgraphics.ps.PSResource |
PSFontUtils.defineEncoding(org.apache.xmlgraphics.ps.PSGenerator gen,
SingleByteEncoding encoding) |
Defines the single-byte encoding for use in PostScript files.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.