fop 0.91beta

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

Packages that use Font
org.apache.fop.area.inline FOP's area tree: inline-level areas 
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.  
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. This package contains classes for drawing to PDF using a Graphics2D implementation.  
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Uses of Font in org.apache.fop.area.inline
 

Constructors in org.apache.fop.area.inline with parameters of type Font
UnresolvedPageNumber(java.lang.String id, Font f)
          Create a new unresolvable page number.
 

Uses of Font in org.apache.fop.fo.properties
 

Methods in org.apache.fop.fo.properties that return Font
 Font CommonFont.getFontState(FontInfo fontInfo, PercentBaseContext context)
          Create and return a Font object based on the properties.
 

Uses of Font in org.apache.fop.layoutmgr.inline
 

Methods in org.apache.fop.layoutmgr.inline with parameters of type Font
static ScaledBaselineTable ScaledBaselineTableFactory.makeFontScaledBaselineTable(Font font, int dominantBaselineIdentifier, int writingMode)
          Creates a new instance of BasicScaledBaselineTable for the given font, baseline and writingmode.
static ScaledBaselineTable ScaledBaselineTableFactory.makeFontScaledBaselineTable(Font font, int writingMode)
          Creates a new instance of BasicScaledBaselineTable for the given font and writingmode.
 

Constructors in org.apache.fop.layoutmgr.inline with parameters of type Font
AlignmentContext(Font font, int lineHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
          Creates a new instance of AlignmentContext
AlignmentContext(Font font, int lineHeight, int writingMode)
          Creates a new instance of AlignmentContext based simply on the font and the writing mode.
 

Uses of Font in org.apache.fop.render.java2d
 

Methods in org.apache.fop.render.java2d with parameters of type Font
protected  void Java2DRenderer.renderTextDecoration(Font fs, InlineArea inline, float baseline, float startIPD)
          Paints the text decoration marks.
 

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

Methods in org.apache.fop.render.pdf with parameters of type Font
 void PDFRenderer.escapeText(java.lang.String s, Font fs, boolean useMultiByte, java.lang.StringBuffer pdf)
          Escapes text according to PDF rules.
 

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

Fields in org.apache.fop.render.ps declared as Font
protected  Font PSGraphics2D.font
          Currently valid FontState
protected  Font PSGraphics2D.overrideFont
          Overriding FontState
 

Methods in org.apache.fop.render.ps with parameters of type Font
 void PSGraphics2D.setOverrideFont(Font font)
          Sets the overriding font.
 

Uses of Font in org.apache.fop.svg
 

Fields in org.apache.fop.svg declared as Font
protected  Font PDFGraphics2D.ovFontState
          The override font state used when drawing text and the font cannot be set using java fonts.
 

Methods in org.apache.fop.svg with parameters of type Font
 void PDFGraphics2D.setOverrideFontState(Font infont)
          Set the override font state for drawing text.
 

Uses of Font in org.apache.fop.traits
 

Methods in org.apache.fop.traits with parameters of type Font
static SpaceVal SpaceVal.makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)
           
 


fop 0.91beta

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