|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.render.mif.FontSetup
sets up the PDF fonts. Assigns the font (with metrics) to internal names like "F1" and assigns family-style-weight triplets to the fonts
Constructor Summary | |
FontSetup()
|
Method Summary | |
static void |
addToFontFormat(MIFDocument mifDoc,
FontInfo fontInfo)
add the fonts in the font info to the PDF document |
static void |
setup(FontInfo fontInfo)
sets up the font info object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FontSetup()
Method Detail |
public static void setup(FontInfo fontInfo)
fontInfo
- the font info object to set uppublic static void addToFontFormat(MIFDocument mifDoc, FontInfo fontInfo)
doc
- PDF document to add fonts tofontInfo
- font info object to get font information from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |