Uses of Class
org.apache.fop.layout.FontInfo

Packages that use FontInfo
org.apache.fop.fo   
org.apache.fop.layout   
org.apache.fop.render   
org.apache.fop.render.awt   
org.apache.fop.render.mif   
org.apache.fop.render.pdf   
org.apache.fop.render.ps   
org.apache.fop.render.svg   
org.apache.fop.render.xml   
 

Uses of FontInfo in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type FontInfo
 FontState PropertyManager.getFontState(FontInfo fontInfo)
           
 

Uses of FontInfo in org.apache.fop.layout
 

Methods in org.apache.fop.layout that return FontInfo
 FontInfo Area.getFontInfo()
           
 FontInfo FontState.getFontInfo()
           
 FontInfo Page.getFontInfo()
           
 FontInfo AreaTree.getFontInfo()
           
 

Methods in org.apache.fop.layout with parameters of type FontInfo
 void AreaTree.setFontInfo(FontInfo fontInfo)
           
 

Constructors in org.apache.fop.layout with parameters of type FontInfo
FontState(FontInfo fontInfo, String fontFamily, String fontStyle, String fontWeight, int fontSize, int fontVariant)
           
FontState(FontInfo fontInfo, String fontFamily, String fontStyle, String fontWeight, int fontSize, int fontVariant, int letterSpacing)
           
 

Uses of FontInfo in org.apache.fop.render
 

Fields in org.apache.fop.render declared as FontInfo
protected  FontInfo PrintRenderer.fontInfo
           
 

Methods in org.apache.fop.render with parameters of type FontInfo
 void Renderer.setupFontInfo(FontInfo fontInfo)
          set up the given FontInfo
 void PrintRenderer.setupFontInfo(FontInfo fontInfo)
          set up the font info
 

Uses of FontInfo in org.apache.fop.render.awt
 

Methods in org.apache.fop.render.awt with parameters of type FontInfo
 void AWTRenderer.setupFontInfo(FontInfo fontInfo)
           
static void FontSetup.setup(FontInfo fontInfo, Graphics2D graphics)
          sets up the font info object.
static void FontSetup.addConfiguredFonts(FontInfo fontInfo, int num, Graphics2D graphics)
          Add fonts from configuration file starting with internalnames F
 

Uses of FontInfo in org.apache.fop.render.mif
 

Methods in org.apache.fop.render.mif with parameters of type FontInfo
static void FontSetup.setup(FontInfo fontInfo)
          sets up the font info object.
static void FontSetup.addToFontFormat(MIFDocument mifDoc, FontInfo fontInfo)
          add the fonts in the font info to the PDF document
 void MIFRenderer.setupFontInfo(FontInfo fontInfo)
          set up the given FontInfo
 

Uses of FontInfo in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf with parameters of type FontInfo
static void FontSetup.setup(FontInfo fontInfo)
          sets up the font info object.
static void FontSetup.addConfiguredFonts(FontInfo fontInfo, int num)
          Add fonts from configuration file starting with internalnames F
static void FontSetup.addToResources(PDFDocument doc, FontInfo fontInfo)
          add the fonts in the font info to the PDF document
 

Uses of FontInfo in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps with parameters of type FontInfo
protected  void PSRenderer.writeFontDict(FontInfo fontInfo)
           
 void PSRenderer.setupFontInfo(FontInfo fontInfo)
          set up the font info
 

Uses of FontInfo in org.apache.fop.render.svg
 

Methods in org.apache.fop.render.svg with parameters of type FontInfo
 void SVGRenderer.setupFontInfo(FontInfo fontInfo)
           
 

Uses of FontInfo in org.apache.fop.render.xml
 

Methods in org.apache.fop.render.xml with parameters of type FontInfo
 void XMLRenderer.setupFontInfo(FontInfo fontInfo)
          set up the font info
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.