org.apache.fop.layout
Class FontInfo


public class FontInfo


Field Summary
 (package private) Hashtablefonts
           
 (package private) Hashtabletriplets
           

Constructor Summary
FontInfo()
           

Method Summary
 voidaddFontProperties(String name, String family, String style, String weight)
           
 voidaddMetrics(String name, FontMetric metrics)
           
 StringfontLookup(String family, String style, String weight)
           
 HashtablegetFonts()
           
 FontMetricgetMetricsFor(String fontName)
           
 FontMetricgetMetricsFor(String family, String style, String weight)
           

Field Detail

fonts

Hashtable fonts

triplets

Hashtable triplets
Constructor Detail

FontInfo

public FontInfo()
Method Detail

addFontProperties

public void addFontProperties(String name, String family, String style, String weight)

addMetrics

public void addMetrics(String name, FontMetric metrics)

fontLookup

public String fontLookup(String family, String style, String weight)
throws org.apache.fop.apps.FOPException

getFonts

public Hashtable getFonts()

getMetricsFor

public FontMetric getMetricsFor(String fontName)
throws org.apache.fop.apps.FOPException

getMetricsFor

public FontMetric getMetricsFor(String family, String style, String weight)
throws org.apache.fop.apps.FOPException

Association Links

to Class java.util.Hashtable

to Class java.util.Hashtable