|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedCharacter | |
---|---|
org.apache.fop.fonts | Classes for font handling. |
org.apache.fop.fonts.type1 | Classes for Adobe Type 1 fonts. |
Uses of NamedCharacter in org.apache.fop.fonts |
---|
Methods in org.apache.fop.fonts that return NamedCharacter | |
---|---|
NamedCharacter |
SimpleSingleByteEncoding.getCharacterForIndex(int codePoint)
Returns the named character at a given code point in the encoding. |
Methods in org.apache.fop.fonts with parameters of type NamedCharacter | |
---|---|
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). |
Uses of NamedCharacter in org.apache.fop.fonts.type1 |
---|
Methods in org.apache.fop.fonts.type1 that return NamedCharacter | |
---|---|
NamedCharacter |
AFMCharMetrics.getCharacter()
Returns the named character represented by this instance. |
Methods in org.apache.fop.fonts.type1 with parameters of type NamedCharacter | |
---|---|
void |
AFMCharMetrics.setCharacter(NamedCharacter ch)
Sets the named character represented by this instance. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |