|
fop 0.90alpha1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fonts.Typeface
Base class for PDF font classes
Constructor Summary | |
Typeface()
|
Method Summary | |
abstract java.lang.String |
getEncoding()
Get the encoding of the font. |
abstract boolean |
hasChar(char c)
Determines whether this font contains a particular character/glyph. |
boolean |
isMultiByte()
Determines whether the font is a multibyte font. |
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.fonts.FontMetrics |
getAscender, getCapHeight, getDescender, getFontName, getFontType, getKerningInfo, getWidth, getWidths, getXHeight, hasKerningInfo |
Constructor Detail |
public Typeface()
Method Detail |
public abstract java.lang.String getEncoding()
public abstract char mapChar(char c)
c
- character to mappublic abstract boolean hasChar(char c)
c
- character to checkpublic boolean isMultiByte()
|
fop 0.90alpha1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |