Package org.apache.fop.afp.fonts
Class AFPFontCollection
java.lang.Object
org.apache.fop.afp.fonts.AFPFontCollection
- All Implemented Interfaces:
FontCollection
A base collection of AFP fonts
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAFPFontCollection
(EventBroadcaster eventBroadcaster, List<AFPFontInfo> fontInfoList) Main constructor -
Method Summary
Modifier and TypeMethodDescriptionprivate void
checkDefaultFontAvailable
(FontInfo fontInfo, String style, int weight) int
Sets up fonts in a font info object.
-
Field Details
-
eventProducer
-
fontInfoList
-
-
Constructor Details
-
AFPFontCollection
Main constructor- Parameters:
eventBroadcaster
- the event broadcasterfontInfoList
- the font info list
-
-
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:
setup
in 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
-
checkDefaultFontAvailable
-