public final class FontSetup
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
setup(FontInfo fontInfo,
boolean base14Kerning)
Sets up a font info
|
static void |
setup(FontInfo fontInfo,
java.util.List embedFontInfoList,
InternalResourceResolver resourceResolver,
boolean base14Kerning)
Sets up the font info object.
|
public static void setup(FontInfo fontInfo, boolean base14Kerning)
fontInfo
- font infobase14Kerning
- true if base14 kerning appliespublic static void setup(FontInfo fontInfo, java.util.List embedFontInfoList, InternalResourceResolver resourceResolver, boolean base14Kerning)
fontInfo
- the font info object to set upembedFontInfoList
- a list of EmbedFontInfo objectsresourceResolver
- the font resolverbase14Kerning
- true if base14 kerning appliesCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.