Uses of Interface
org.apache.fop.layout.FontMetric

Packages that use FontMetric
org.apache.fop.layout   
org.apache.fop.pdf   
org.apache.fop.render.awt   
org.apache.fop.render.mif   
org.apache.fop.render.mif.fonts   
org.apache.fop.render.pdf   
org.apache.fop.render.pdf.fonts   
 

Uses of FontMetric in org.apache.fop.layout
 

Methods in org.apache.fop.layout that return FontMetric
 FontMetric FontInfo.getMetricsFor(String fontName)
           
 

Methods in org.apache.fop.layout with parameters of type FontMetric
 void FontInfo.addMetrics(String name, FontMetric metrics)
           
 

Uses of FontMetric in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf with parameters of type FontMetric
 PDFFont PDFDocument.makeFont(String fontname, String basefont, String encoding, FontMetric metrics, FontDescriptor descriptor)
          make a Type1 /Font object
 

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

Classes in org.apache.fop.render.awt that implement FontMetric
 class FontMetricsMapper
          This class implements org.apache.fop.layout.FontMetric and is added to the hash table in FontInfo.
 

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

Classes in org.apache.fop.render.mif that implement FontMetric
 class Font
          base class for PDF font classes
 

Uses of FontMetric in org.apache.fop.render.mif.fonts
 

Classes in org.apache.fop.render.mif.fonts that implement FontMetric
 class Courier
           
 class CourierBold
           
 class CourierBoldOblique
           
 class CourierOblique
           
 class Helvetica
           
 class HelveticaBold
           
 class HelveticaBoldOblique
           
 class HelveticaOblique
           
 class Symbol
           
 class TimesBold
           
 class TimesBoldItalic
           
 class TimesItalic
           
 class TimesRoman
           
 class ZapfDingbats
           
 

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

Classes in org.apache.fop.render.pdf that implement FontMetric
 class CIDFont
           
 

Uses of FontMetric in org.apache.fop.render.pdf.fonts
 

Classes in org.apache.fop.render.pdf.fonts that implement FontMetric
 class LazyFont
           
 class MultiByteFont
          Generic MultiByte (CID) font
 class SingleByteFont
          Generic SingleByte font
 



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