Package org.apache.fop.afp.fonts
Class AFPBase12FontCollection
- java.lang.Object
-
- org.apache.fop.afp.fonts.AFPBase12FontCollection
-
- All Implemented Interfaces:
FontCollection
public class AFPBase12FontCollection extends java.lang.Object implements FontCollection
Sets up a typical Base 12 font configuration for AFP
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]
CHARSET_REF
standard raster font charset referencesprivate AFPEventProducer
eventProducer
private static int[]
RASTER_SIZES
standard raster font sizes
-
Constructor Summary
Constructors Constructor Description AFPBase12FontCollection(AFPEventProducer eventProducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
addCharacterSet(RasterFont font, java.lang.String charsetName, Base14Font base14)
private int
addFontProperties(FontInfo fontInfo, AFPFont font, java.lang.String[] names, java.lang.String style, int weight, int num)
private RasterFont
createReferencedRasterFont(java.lang.String fontFamily)
int
setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object.
-
-
-
Field Detail
-
eventProducer
private final AFPEventProducer eventProducer
-
RASTER_SIZES
private static final int[] RASTER_SIZES
standard raster font sizes
-
CHARSET_REF
private static final java.lang.String[] CHARSET_REF
standard raster font charset references
-
-
Constructor Detail
-
AFPBase12FontCollection
public AFPBase12FontCollection(AFPEventProducer eventProducer)
- Parameters:
eventProducer
- the AFP-specific event producer
-
-
Method Detail
-
addCharacterSet
private void addCharacterSet(RasterFont font, java.lang.String charsetName, Base14Font base14)
-
addFontProperties
private int addFontProperties(FontInfo fontInfo, AFPFont font, java.lang.String[] names, java.lang.String style, int weight, int num)
-
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
-
createReferencedRasterFont
private RasterFont createReferencedRasterFont(java.lang.String fontFamily)
-
-