| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.type1 |
Classes for Adobe Type 1 fonts.
|
| Modifier and Type | Class and 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 and Description |
|---|---|
protected SingleByteEncoding |
SingleByteFont.mapping |
| Modifier and Type | Method and Description |
|---|---|
SingleByteEncoding |
SingleByteFont.getEncoding()
Returns the code point mapping (encoding) of this font.
|
| Modifier and Type | Method and 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.
|
Copyright © 2007-2022. All Rights Reserved.