Uses of Class
org.apache.fop.render.java2d.Java2DFontMetrics
-
Packages that use Java2DFontMetrics Package Description org.apache.fop.render.java2d 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 Java2DFontMetrics Modifier and Type Field Description private Java2DFontMetrics
Base14FontCollection. java2DFontMetrics
required when creating new instances of SystemFontMetricsMapperprivate Java2DFontMetrics
InstalledFontCollection. java2DFontMetrics
Required by new instances of FontMetricsMapperprivate Java2DFontMetrics
SystemFontMetricsMapper. java2DFontMetrics
This is a Java2DFontMetrics that does the real calculation.Methods in org.apache.fop.render.java2d with parameters of type Java2DFontMetrics Modifier and Type Method Description private static void
InstalledFontCollection. addFontMetricsMapper(FontInfo fontInfo, java.lang.String family, java.lang.String fontKey, Java2DFontMetrics java2DFontMetrics, int style)
Constructors in org.apache.fop.render.java2d with parameters of type Java2DFontMetrics Constructor Description Base14FontCollection(Java2DFontMetrics java2DFontMetrics)
Main constructorInstalledFontCollection(Java2DFontMetrics java2DFontMetrics)
Main constructorSystemFontMetricsMapper(java.lang.String family, int style, Java2DFontMetrics java2DFontMetrics)
Constructs a new Font-metrics.
-