|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.render.rtf.rtflib.rtfdoc.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 injava.io.IOException
- On error
|
fop 0.91beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |