Class InstalledFontCollection
java.lang.Object
org.docx4j.fonts.fop.render.java2d.InstalledFontCollection
- All Implemented Interfaces:
FontCollection
public class InstalledFontCollection extends java.lang.Object implements FontCollection
A custom AWT font collection
-
Constructor Summary
Constructors Constructor Description InstalledFontCollection(Java2DFontMetrics java2DFontMetrics)Main constructor -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InstalledFontCollection
Main constructor- Parameters:
java2DFontMetrics- required by new instances of FontMetricsMapper
-
-
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:
start- the font starting numberfontInfo- the font info to set up- Returns:
- the starting font number for the next font to be added
-