org.apache.fop.render.java2d
public class FontSetup extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
logging instance
|
Constructor and Description |
---|
FontSetup() |
Modifier and Type | Method and Description |
---|---|
static void |
setup(FontInfo fontInfo,
java.util.List configuredFontList,
FontResolver resolver,
java.awt.Graphics2D graphics)
Sets up the font info object.
|
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 metricsCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.