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 | Method and Description |
---|---|
NamedCharacter |
SimpleSingleByteEncoding.getCharacterForIndex(int codePoint)
Returns the named character at a given code point in the encoding.
|
Modifier and Type | Method and Description |
---|---|
char |
SimpleSingleByteEncoding.addCharacter(NamedCharacter ch)
Adds a new character to the encoding.
|
void |
SingleByteFont.addUnencodedCharacter(NamedCharacter ch,
int width)
Adds an unencoded character (one that is not supported by the primary encoding).
|
Modifier and Type | Method and Description |
---|---|
NamedCharacter |
AFMCharMetrics.getCharacter()
Returns the named character represented by this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AFMCharMetrics.setCharacter(NamedCharacter ch)
Sets the named character represented by this instance.
|
Copyright © 2007-2019. All Rights Reserved.