Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.type1 |
Classes for Adobe Type 1 fonts.
|
Modifier and Type | Method and Description |
---|---|
NamedCharacter |
SingleByteFont.UnencodedCharacter.getCharacter() |
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,
Rectangle bbox)
Adds an unencoded character (one that is not supported by the primary encoding).
|
void |
CustomFont.addUnencodedCharacter(NamedCharacter ch,
int width,
Rectangle bbox)
Adds an unencoded character (one that is not supported by the primary encoding).
|
Constructor and Description |
---|
UnencodedCharacter(NamedCharacter character,
int width,
Rectangle bbox) |
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 © 2025 Apache Software Foundation. All rights reserved.