public class FontSetup extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
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,
List embedFontInfoList,
FontResolver resolver)
Sets up the font info object.
|
public static void setup(FontInfo fontInfo)
fontInfo - font infopublic static void setup(FontInfo fontInfo, List embedFontInfoList, FontResolver resolver)
fontInfo - the font info object to set upembedFontInfoList - a list of EmbedFontInfo objectsresolver - the font resolverpublic static FontResolver createMinimalFontResolver()
Copyright © 2007-2020. All Rights Reserved.