org.apache.fop.layout
Interface FontDescriptor
- All Known Implementing Classes:
- LazyFont, MultiByteFont, SingleByteFont
- public interface FontDescriptor
getAscender
public int getAscender()
getCapHeight
public int getCapHeight()
getDescender
public int getDescender()
getFlags
public int getFlags()
getFontBBox
public int[] getFontBBox()
fontName
public java.lang.String fontName()
getItalicAngle
public int getItalicAngle()
getStemV
public int getStemV()
hasKerningInfo
public boolean hasKerningInfo()
getKerningInfo
public java.util.Map getKerningInfo()
isEmbeddable
public boolean isEmbeddable()
getSubType
public byte getSubType()
getFontFile
public PDFStream getFontFile(int objNum)
Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.