|
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.java2d.FontSetup
public class FontSetup
Sets up the Java2D/AWT fonts. It is similar to org.apache.fop.render.fonts.FontSetup. Assigns the font (with metrics) to internal names like "F1" and assigns family-style-weight triplets to the fonts.
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
logging instance |
Constructor Summary | |
---|---|
FontSetup()
|
Method Summary | |
---|---|
static void |
setup(FontInfo fontInfo,
java.util.List configuredFontList,
FontResolver resolver,
java.awt.Graphics2D graphics)
Sets up the font info object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public FontSetup()
Method Detail |
---|
public static void setup(FontInfo fontInfo, java.util.List configuredFontList, FontResolver resolver, java.awt.Graphics2D graphics)
fontInfo
- the font info object to set upconfiguredFontList
- of fop config fontsresolver
- for resolving the font file URIgraphics
- needed for access to font metrics
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |