Uses of Interface
org.xhtmlrenderer.render.FSFontMetrics
Packages that use FSFontMetrics
Package
Description
-
Uses of FSFontMetrics in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return FSFontMetricsModifier and TypeMethodDescriptionCalculatedStyle.getFSFontMetrics
(CssContext c) CssContext.getFSFontMetrics
(FSFont font) -
Uses of FSFontMetrics in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return FSFontMetricsModifier and TypeMethodDescriptionTextRenderer.getFSFontMetrics
(FontContext context, FSFont font, String string) -
Uses of FSFontMetrics in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FSFontMetricsMethods in org.xhtmlrenderer.layout with parameters of type FSFontMetricsModifier and TypeMethodDescriptionstatic List
InlineBoxing.calculateTextDecorations
(Box box, int baseline, FSFontMetrics fm) -
Uses of FSFontMetrics in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement FSFontMetricsMethods in org.xhtmlrenderer.pdf that return FSFontMetricsModifier and TypeMethodDescriptionITextTextRenderer.getFSFontMetrics
(FontContext context, FSFont font, String string) -
Uses of FSFontMetrics in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement FSFontMetricsModifier and TypeClassDescriptionclass
A note on this class: What we really want is a FontMetrics2D object (i.e.Methods in org.xhtmlrenderer.render that return FSFontMetrics -
Uses of FSFontMetrics in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return FSFontMetricsModifier and TypeMethodDescriptionJava2DTextRenderer.getFSFontMetrics
(FontContext fc, FSFont font, String string)