|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfFontManager
public final class RtfFontManager
RTF font table
Method Summary | |
---|---|
int |
getFontNumber(java.lang.String family)
Gets the number of font in the font table |
static RtfFontManager |
getInstance()
Singelton. |
void |
writeFonts(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader header)
Writes the font table in the header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RtfFontManager getInstance()
public int getFontNumber(java.lang.String family)
family
- Font family name ('Helvetica')
public void writeFonts(org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader header) throws java.io.IOException
header
- The header container to write in
java.io.IOException
- On error
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |