Uses of Class
org.apache.fop.render.java2d.Java2DFontMetrics
Packages that use Java2DFontMetrics
Package
Description
Java2D Renderer which paints rendered pages on Graphics2D instances.
-
Uses of Java2DFontMetrics in org.apache.fop.render.java2d
Fields in org.apache.fop.render.java2d declared as Java2DFontMetricsModifier and TypeFieldDescriptionprivate final Java2DFontMetrics
Base14FontCollection.java2DFontMetrics
required when creating new instances of SystemFontMetricsMapperprivate final Java2DFontMetrics
InstalledFontCollection.java2DFontMetrics
Required by new instances of FontMetricsMapperprivate final Java2DFontMetrics
SystemFontMetricsMapper.java2DFontMetrics
This is a Java2DFontMetrics that does the real calculation.Methods in org.apache.fop.render.java2d with parameters of type Java2DFontMetricsModifier and TypeMethodDescriptionprivate static void
InstalledFontCollection.addFontMetricsMapper
(FontInfo fontInfo, String family, String fontKey, Java2DFontMetrics java2DFontMetrics, int style) Constructors in org.apache.fop.render.java2d with parameters of type Java2DFontMetricsModifierConstructorDescriptionBase14FontCollection
(Java2DFontMetrics java2DFontMetrics) Main constructorInstalledFontCollection
(Java2DFontMetrics java2DFontMetrics) Main constructorSystemFontMetricsMapper
(String family, int style, Java2DFontMetrics java2DFontMetrics) Constructs a new Font-metrics.