Uses of Class
org.apache.fop.fonts.NamedCharacter
-
Packages that use NamedCharacter Package Description 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
Fields in org.apache.fop.fonts declared as NamedCharacter Modifier and Type Field Description private NamedCharacter
SingleByteFont.UnencodedCharacter. character
Fields in org.apache.fop.fonts with type parameters of type NamedCharacter Modifier and Type Field Description private java.util.List<NamedCharacter>
SimpleSingleByteEncoding. mapping
Methods in org.apache.fop.fonts that return NamedCharacter Modifier and Type Method Description NamedCharacter
SingleByteFont.UnencodedCharacter. getCharacter()
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 Modifier and Type Method Description char
SimpleSingleByteEncoding. addCharacter(NamedCharacter ch)
Adds a new character to the encoding.void
CustomFont. addUnencodedCharacter(NamedCharacter ch, int width, java.awt.Rectangle bbox)
Adds an unencoded character (one that is not supported by the primary encoding).void
SingleByteFont. addUnencodedCharacter(NamedCharacter ch, int width, java.awt.Rectangle bbox)
Adds an unencoded character (one that is not supported by the primary encoding).Constructors in org.apache.fop.fonts with parameters of type NamedCharacter Constructor Description UnencodedCharacter(NamedCharacter character, int width, java.awt.Rectangle bbox)
-
Uses of NamedCharacter in org.apache.fop.fonts.type1
Fields in org.apache.fop.fonts.type1 declared as NamedCharacter Modifier and Type Field Description private NamedCharacter
AFMCharMetrics. character
Methods in org.apache.fop.fonts.type1 that return NamedCharacter Modifier and Type Method Description NamedCharacter
AFMCharMetrics. getCharacter()
Returns the named character represented by this instance.Methods in org.apache.fop.fonts.type1 with parameters of type NamedCharacter Modifier and Type Method Description void
AFMCharMetrics. setCharacter(NamedCharacter ch)
Sets the named character represented by this instance.
-