Uses of Interface
org.xhtmlrenderer.render.FSFontMetrics
-
Packages that use FSFontMetrics Package Description org.xhtmlrenderer.css.style org.xhtmlrenderer.extend org.xhtmlrenderer.layout org.xhtmlrenderer.render org.xhtmlrenderer.swing -
-
Uses of FSFontMetrics in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return FSFontMetrics Modifier and Type Method Description FSFontMetricsCalculatedStyle. getFSFontMetrics(CssContext c)FSFontMetricsCssContext. getFSFontMetrics(FSFont font) -
Uses of FSFontMetrics in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return FSFontMetrics Modifier and Type Method Description FSFontMetricsTextRenderer. getFSFontMetrics(FontContext context, FSFont font, String string) -
Uses of FSFontMetrics in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FSFontMetrics Modifier and Type Method Description FSFontMetricsLayoutContext. getFSFontMetrics(FSFont font)Methods in org.xhtmlrenderer.layout with parameters of type FSFontMetrics Modifier and Type Method Description static List<TextDecoration>InlineBoxing. calculateTextDecorations(Box box, int baseline, FSFontMetrics fm) -
Uses of FSFontMetrics in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement FSFontMetrics Modifier and Type Class Description classLineMetricsAdapterA note on this class: What we really want is a FontMetrics2D object (i.e.Methods in org.xhtmlrenderer.render that return FSFontMetrics Modifier and Type Method Description FSFontMetricsRenderingContext. getFSFontMetrics(FSFont font) -
Uses of FSFontMetrics in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return FSFontMetrics Modifier and Type Method Description FSFontMetricsJava2DTextRenderer. getFSFontMetrics(FontContext fc, FSFont font, String string)
-