org.apache.fop.render.mif
Class Font
java.lang.Object
org.apache.fop.render.mif.Font
- All Implemented Interfaces:
- FontMetric
- Direct Known Subclasses:
- Courier, CourierBold, CourierBoldOblique, CourierOblique, Helvetica, HelveticaBold, HelveticaBoldOblique, HelveticaOblique, Symbol, TimesBold, TimesBoldItalic, TimesItalic, TimesRoman, ZapfDingbats
public abstract class Font
- extends Object
- implements FontMetric
base class for PDF font classes
Constructor Summary |
Font()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Font
public Font()
encoding
public abstract String encoding()
- get the encoding of the font
fontName
public abstract String fontName()
- get the base font name
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.