Package org.apache.fop.render.java2d
Class ConfiguredFontCollection
java.lang.Object
org.apache.fop.render.java2d.ConfiguredFontCollection
- All Implemented Interfaces:
FontCollection
A java2d configured font collection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<EmbedFontInfo> private static org.apache.commons.logging.Logprivate final InternalResourceResolverprivate final boolean -
Constructor Summary
ConstructorsConstructorDescriptionConfiguredFontCollection(InternalResourceResolver resourceResolver, List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures) Main constructor -
Method Summary
-
Field Details
-
log
private static org.apache.commons.logging.Log log -
resourceResolver
-
embedFontInfoList
-
useComplexScripts
private final boolean useComplexScripts
-
-
Constructor Details
-
ConfiguredFontCollection
public ConfiguredFontCollection(InternalResourceResolver resourceResolver, List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures) Main constructor- Parameters:
resourceResolver- a font resolvercustomFonts- the list of custom fontsuseComplexScriptFeatures- true if complex script features enabled
-
-
Method Details
-
setup
Sets up fonts in a font info object. Adds metrics for basic fonts and useful family-style-weight triplets for lookup.- Specified by:
setupin interfaceFontCollection- Parameters:
start- the font starting numberfontInfo- the font info to set up- Returns:
- the starting font number for the next font to be added
-