fop 0.95

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
 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)
          Adds the character set for the given point size
 

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


fop 0.95

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