fop 0.93

Uses of Class
org.apache.fop.render.afp.fonts.CharacterSet

Packages that use CharacterSet
org.apache.fop.render.afp.fonts   
 

Uses of CharacterSet in org.apache.fop.render.afp.fonts
 

Subclasses of CharacterSet in org.apache.fop.render.afp.fonts
 class FopCharacterSet
          A Character set for a normal FOP font

 

Methods in org.apache.fop.render.afp.fonts that return CharacterSet
abstract  CharacterSet AFPFont.getCharacterSet(int size)
          Returns the character set for a given size
 CharacterSet OutlineFont.getCharacterSet()
          Get the character set metrics.
 CharacterSet OutlineFont.getCharacterSet(int size)
          Get the character set metrics.
 CharacterSet RasterFont.getCharacterSet(int size)
          Get the character set metrics for the specified point size.
 

Methods in org.apache.fop.render.afp.fonts with parameters of type CharacterSet
static void AFPFontReader.loadCharacterSetMetric(CharacterSet characterSet)
          Load the font details and metrics into the CharacterSetMetric object, this will use the actual afp code page and character set files to load the object with the necessary metrics.
 void RasterFont.addCharacterSet(int size, CharacterSet characterSet)
           
 

Constructors in org.apache.fop.render.afp.fonts with parameters of type CharacterSet
OutlineFont(java.lang.String name, CharacterSet characterSet)
          Constructor for an outline font.
 


fop 0.93

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