fop 0.95

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

Packages that use AFPFont
org.apache.fop.render.afp   
org.apache.fop.render.afp.fonts   
org.apache.fop.render.afp.modca   
 

Uses of AFPFont in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp that return AFPFont
 AFPFont AFPFontAttributes.getFont()
           
 

Constructors in org.apache.fop.render.afp with parameters of type AFPFont
AFPFontAttributes(java.lang.String fontKey, AFPFont font, int pointSize)
          Constructor for the AFPFontAttributes
 

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

Subclasses of AFPFont in org.apache.fop.render.afp.fonts
 class OutlineFont
          A font defined as a set of lines and curves as opposed to a bitmap font.
 class RasterFont
          A font where each character is stored as an array of pixels (a bitmap).
 

Methods in org.apache.fop.render.afp.fonts that return AFPFont
 AFPFont AFPFontInfo.getAFPFont()
          Returns the afp font
 

Constructors in org.apache.fop.render.afp.fonts with parameters of type AFPFont
AFPFontInfo(AFPFont afpFont, java.util.List fontTriplets)
          Main constructor
 

Uses of AFPFont in org.apache.fop.render.afp.modca
 

Methods in org.apache.fop.render.afp.modca with parameters of type AFPFont
 void MapCodedFont.addFont(int fontReference, AFPFont font, int size, int orientation)
          Add a font definition on the the map coded font object.
 void AFPDataStream.createFont(byte fontReference, AFPFont font, int size)
          Helper method to create a map coded font object on the current page, this method delegates the construction of the map coded font object to the active environment group on the current page.
 void AbstractPageObject.createFont(byte fontReference, AFPFont font, int size)
          Helper method to create a map coded font object on the current page, this method delegates the construction of the map coded font object to the active environment group on the page.
 void ActiveEnvironmentGroup.createFont(byte fontReference, AFPFont font, int size, int orientation)
          Method to create a map coded font object
 


fop 0.95

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