Uses of Interface
org.apache.fop.render.java2d.FontMetricsMapper
Packages that use FontMetricsMapper
Package
Description
Java2D Renderer which paints rendered pages on Graphics2D instances.
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 FontMetricsMapperModifier and TypeClassDescriptionclassFontMetricsMapper that delegates most methods to an underlyingFontMetricsinstance.classThis 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 FontMetricsMapperModifier and TypeMethodDescriptionprivate RectanglePCLPainter.getTextBoundingBox(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, String text, Font font, FontMetricsMapper metrics)