Uses of Class
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.pdf 

Uses of FontMetric in org.apache.fop.layout
 

Methods in org.apache.fop.layout that return FontMetric
FontMetricFontInfo.getMetricsFor(String family, String style, String weight)
          
FontMetricFontInfo.getMetricsFor(String fontName)
          
 

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

Uses of FontMetric in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf with parameters of type FontMetric
PDFFontPDFDocument.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.pdf
 

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