org.apache.fop.layout
Interface FontDescriptor


public interface FontDescriptor


Method Summary
 StringfontName()
           
 intgetAscender()
           
 intgetCapHeight()
           
 intgetDescender()
           
 intgetFlags()
           
 int[]getFontBBox()
           
 intgetItalicAngle()
           
 intgetStemV()
           

Method Detail

fontName

public String fontName()

getAscender

public int getAscender()

getCapHeight

public int getCapHeight()

getDescender

public int getDescender()

getFlags

public int getFlags()

getFontBBox

public int[] getFontBBox()

getItalicAngle

public int getItalicAngle()

getStemV

public int getStemV()