org.apache.fop.layout
Class FontState


public class FontState


Constructor Summary
FontState(FontInfo fontInfo, String fontFamily, String fontStyle, String fontWeight, int fontSize)
           

Method Summary
 intgetAscender()
           
 intgetCapHeight()
           
 intgetDescender()
           
 StringgetFontFamily()
           
 FontInfogetFontInfo()
           
 StringgetFontName()
           
 intgetFontSize()
           
 StringgetFontStyle()
           
 StringgetFontWeight()
           
 intgetXHeight()
           
 intwidth(int charnum)
           

Constructor Detail

FontState

public FontState(FontInfo fontInfo, String fontFamily, String fontStyle, String fontWeight, int fontSize)
throws org.apache.fop.apps.FOPException
Method Detail

getAscender

public int getAscender()

getCapHeight

public int getCapHeight()

getDescender

public int getDescender()

getFontFamily

public String getFontFamily()

getFontInfo

public FontInfo getFontInfo()

getFontName

public String getFontName()

getFontSize

public int getFontSize()

getFontStyle

public String getFontStyle()

getFontWeight

public String getFontWeight()

getXHeight

public int getXHeight()

width

public int width(int charnum)

Association Links

to Class org.apache.fop.layout.FontInfo

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class org.apache.fop.layout.FontMetric