|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.FontSetup
public final class FontSetup
Default fonts for FOP application; currently this uses PDF's fonts by default. Assigns the font (with metrics) to internal names like "F1" and assigns family-style-weight triplets to the fonts
Nested Class Summary | |
---|---|
static class |
FontSetup.MinimalFontResolver
Minimum implemenation of FontResolver. |
Method Summary | |
---|---|
static FontResolver |
createMinimalFontResolver(boolean useComplexScriptFeatures)
Create minimal font resolver. |
static void |
setup(FontInfo fontInfo,
boolean base14Kerning)
Sets up a font info |
static void |
setup(FontInfo fontInfo,
java.util.List<EmbedFontInfo> embedFontInfoList,
FontResolver resolver,
boolean base14Kerning)
Sets up the font info object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setup(FontInfo fontInfo, boolean base14Kerning)
fontInfo
- font infobase14Kerning
- true if base14 kerning appliespublic static void setup(FontInfo fontInfo, java.util.List<EmbedFontInfo> embedFontInfoList, FontResolver resolver, boolean base14Kerning)
fontInfo
- the font info object to set upembedFontInfoList
- a list of EmbedFontInfo objectsresolver
- the font resolverbase14Kerning
- true if base14 kerning appliespublic static FontResolver createMinimalFontResolver(boolean useComplexScriptFeatures)
useComplexScriptFeatures
- true if complex script features enabled
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |