Package org.docx4j.fonts.fop.fonts
Class CustomFontCollection
java.lang.Object
org.docx4j.fonts.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(FontResolver fontResolver, java.util.List customFonts)Main constructor. -
Method Summary
-
Constructor Details
-
CustomFontCollection
Main constructor.- Parameters:
fontResolver- a font resolvercustomFonts- the list of custom fonts
-
-
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:
num- the font starting numberfontInfo- the font info to set up- Returns:
- the starting font number for the next font to be added
-