|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.render.pdf.Font
base class for PDF font classes
Constructor Summary | |
Font()
|
Method Summary | |
abstract java.lang.String |
encoding()
get the encoding of the font |
abstract java.lang.String |
fontName()
get the base font name |
byte |
getSubType()
get the subtype of the font, default is TYPE1 |
abstract char |
mapChar(char c)
map a Unicode character to a code point in the font |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.fop.layout.FontMetric |
getAscender, getCapHeight, getDescender, getFirstChar, getLastChar, getWidths, getXHeight, width |
Constructor Detail |
public Font()
Method Detail |
public abstract java.lang.String encoding()
public abstract java.lang.String fontName()
public byte getSubType()
public abstract char mapChar(char c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |