Package org.apache.fop.render.java2d
Class ConfiguredFontCollection
- java.lang.Object
-
- org.apache.fop.render.java2d.ConfiguredFontCollection
-
- All Implemented Interfaces:
FontCollection
public class ConfiguredFontCollection extends java.lang.Object implements FontCollection
A java2d configured font collection
-
-
Constructor Summary
Constructors Constructor Description ConfiguredFontCollection(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures)Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intsetup(int start, FontInfo fontInfo)Sets up fonts in a font info object.
-
-
-
Constructor Detail
-
ConfiguredFontCollection
public ConfiguredFontCollection(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures)
Main constructor- Parameters:
resourceResolver- a font resolvercustomFonts- the list of custom fontsuseComplexScriptFeatures- true if complex script features enabled
-
-
Method Detail
-
setup
public int setup(int start, FontInfo fontInfo)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
-
-