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 FontResolver |
createMinimalFontResolver() |
static void |
setup(FontInfo fontInfo)
Sets up a font info
|
static void |
setup(FontInfo fontInfo,
java.util.List embedFontInfoList,
FontResolver resolver)
Sets up the font info object.
|
public static void setup(FontInfo fontInfo)
fontInfo - font infopublic static void setup(FontInfo fontInfo, java.util.List embedFontInfoList, FontResolver resolver)
fontInfo - the font info object to set upembedFontInfoList - a list of EmbedFontInfo objectsresolver - the font resolverpublic static FontResolver createMinimalFontResolver()
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.