org.apache.fop.layout
Interface FontDescriptor

All Known Implementing Classes:
LazyFont, MultiByteFont, SingleByteFont

public interface FontDescriptor


Method Summary
 String fontName()
           
 int getAscender()
           
 int getCapHeight()
           
 int getDescender()
           
 int getFlags()
           
 int[] getFontBBox()
           
 PDFStream getFontFile(int objNum)
           
 int getItalicAngle()
           
 Map getKerningInfo()
           
 int getStemV()
           
 byte getSubType()
           
 boolean hasKerningInfo()
           
 boolean isEmbeddable()
           
 

Method Detail

getAscender

int getAscender()

getCapHeight

int getCapHeight()

getDescender

int getDescender()

getFlags

int getFlags()

getFontBBox

int[] getFontBBox()

fontName

String fontName()

getItalicAngle

int getItalicAngle()

getStemV

int getStemV()

hasKerningInfo

boolean hasKerningInfo()

getKerningInfo

Map getKerningInfo()

isEmbeddable

boolean isEmbeddable()

getSubType

byte getSubType()

getFontFile

PDFStream getFontFile(int objNum)


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