Uses of Interface
org.apache.fop.render.java2d.FontMetricsMapper
-
Packages that use FontMetricsMapper Package Description org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) -
-
Uses of FontMetricsMapper in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement FontMetricsMapper Modifier and Type Class Description class
CustomFontMetricsMapper
FontMetricsMapper that delegates most methods to an underlyingFontMetrics
instance.class
SystemFontMetricsMapper
This class implements org.apache.fop.layout.FontMetrics and is added to the hash table in FontInfo. -
Uses of FontMetricsMapper in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl with parameters of type FontMetricsMapper Modifier and Type Method Description private java.awt.Rectangle
PCLPainter. getTextBoundingBox(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text, Font font, FontMetricsMapper metrics)
-