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 Java2DFontMetricsBase14FontCollection.java2DFontMetricsrequired when creating new instances of SystemFontMetricsMapperprivate final Java2DFontMetricsInstalledFontCollection.java2DFontMetricsRequired by new instances of FontMetricsMapperprivate final Java2DFontMetricsSystemFontMetricsMapper.java2DFontMetricsThis is a Java2DFontMetrics that does the real calculation.Methods in org.apache.fop.render.java2d with parameters of type Java2DFontMetricsModifier and TypeMethodDescriptionprivate static voidInstalledFontCollection.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.