fop 1.0

Uses of Class
org.apache.fop.fonts.NamedCharacter

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

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.