Package org.apache.fop.fonts
Class CustomFontCollection
- java.lang.Object
-
- org.apache.fop.fonts.CustomFontCollection
-
- All Implemented Interfaces:
FontCollection
public class CustomFontCollection extends java.lang.Object implements FontCollection
Sets up a set of custom (embedded) fonts
-
-
Constructor Summary
Constructors Constructor Description CustomFontCollection(InternalResourceResolver fontResolver, java.util.List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures)
Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
setup(int num, FontInfo fontInfo)
Sets up fonts in a font info object.
-
-
-
Constructor Detail
-
CustomFontCollection
public CustomFontCollection(InternalResourceResolver fontResolver, java.util.List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures)
Main constructor.- Parameters:
fontResolver
- a font resolvercustomFonts
- the list of custom fontsuseComplexScriptFeatures
- true if complex script features enabled
-
-
Method Detail
-
setup
public int setup(int num, 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:
setup
in interfaceFontCollection
- Parameters:
num
- the font starting numberfontInfo
- the font info to set up- Returns:
- the starting font number for the next font to be added
-
-