|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.pdf.Font
public abstract class Font
base class for PDF font classes
Constructor Summary | |
---|---|
Font()
|
Method Summary | |
---|---|
abstract String |
encoding()
get the encoding of the font |
abstract 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 String encoding()
public abstract String fontName()
public byte getSubType()
public abstract char mapChar(char c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |