Package org.apache.fop.render.java2d
Class Base14FontCollection
- java.lang.Object
-
- org.apache.fop.render.java2d.Base14FontCollection
-
- All Implemented Interfaces:
FontCollection
public class Base14FontCollection extends java.lang.Object implements FontCollection
A base 14 font collection for graphics 2D
-
-
Constructor Summary
Constructors Constructor Description Base14FontCollection(Java2DFontMetrics java2DFontMetrics)
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
setup(int start, FontInfo fontInfo)
Sets up fonts in a font info object.
-
-
-
Constructor Detail
-
Base14FontCollection
public Base14FontCollection(Java2DFontMetrics java2DFontMetrics)
Main constructor- Parameters:
java2DFontMetrics
- required when creating new instances of SystemFontMetricsMapper
-
-
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
-
-