Package org.apache.fop.afp.fonts
Class AFPFontCollection
- java.lang.Object
-
- org.apache.fop.afp.fonts.AFPFontCollection
-
- All Implemented Interfaces:
FontCollection
public class AFPFontCollection extends java.lang.Object implements FontCollection
A base collection of AFP fonts
-
-
Field Summary
Fields Modifier and Type Field Description private AFPEventProducer
eventProducer
private java.util.List<AFPFontInfo>
fontInfoList
-
Constructor Summary
Constructors Constructor Description AFPFontCollection(EventBroadcaster eventBroadcaster, java.util.List<AFPFontInfo> fontInfoList)
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
checkDefaultFontAvailable(FontInfo fontInfo, java.lang.String style, int weight)
int
setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object.
-
-
-
Field Detail
-
eventProducer
private final AFPEventProducer eventProducer
-
fontInfoList
private final java.util.List<AFPFontInfo> fontInfoList
-
-
Constructor Detail
-
AFPFontCollection
public AFPFontCollection(EventBroadcaster eventBroadcaster, java.util.List<AFPFontInfo> fontInfoList)
Main constructor- Parameters:
eventBroadcaster
- the event broadcasterfontInfoList
- the font info list
-
-
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:
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
private void checkDefaultFontAvailable(FontInfo fontInfo, java.lang.String style, int weight)
-
-