Uses of Class
org.apache.fop.fonts.NamedCharacter
Packages that use NamedCharacter
Package
Description
Classes for font handling.
Classes for Adobe Type 1 fonts.
-
Uses of NamedCharacter in org.apache.fop.fonts
Methods in org.apache.fop.fonts that return NamedCharacterModifier and TypeMethodDescriptionSingleByteFont.UnencodedCharacter.getCharacter()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 NamedCharacterModifier and TypeMethodDescriptioncharSimpleSingleByteEncoding.addCharacter(NamedCharacter ch) Adds a new character to the encoding.voidCustomFont.addUnencodedCharacter(NamedCharacter ch, int width, Rectangle bbox) Adds an unencoded character (one that is not supported by the primary encoding).voidSingleByteFont.addUnencodedCharacter(NamedCharacter ch, int width, 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 NamedCharacterModifierConstructorDescriptionUnencodedCharacter(NamedCharacter character, int width, Rectangle bbox) -
Uses of NamedCharacter in org.apache.fop.fonts.type1
Methods in org.apache.fop.fonts.type1 that return NamedCharacterModifier and TypeMethodDescriptionAFMCharMetrics.getCharacter()Returns the named character represented by this instance.Methods in org.apache.fop.fonts.type1 with parameters of type NamedCharacterModifier and TypeMethodDescriptionvoidAFMCharMetrics.setCharacter(NamedCharacter ch) Sets the named character represented by this instance.