Uses of Interface
org.xhtmlrenderer.render.FSFontMetrics
Packages that use FSFontMetrics
Package
Description
-
Uses of FSFontMetrics in org.xhtmlrenderer.css.style
Fields in org.xhtmlrenderer.css.style declared as FSFontMetricsMethods 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 TypeMethodDescriptionprivate static TextDecorationInlineBoxing.calculateTextDecoration(int baseline, FSFontMetrics fm) static List<TextDecoration> InlineBoxing.calculateTextDecorations(Box box, int baseline, FSFontMetrics fm) private static InlineBoxMeasurementsInlineBoxing.getInitialMeasurements(LayoutContext c, Box container, FSFontMetrics strutM) -
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 TypeClassDescriptionclassA 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) -
Uses of FSFontMetrics in org.xhtmlrenderer.swt
Classes in org.xhtmlrenderer.swt that implement FSFontMetricsModifier and TypeClassDescriptionclassAdapt SWT's font metrics to Flying Saucer's ones.Methods in org.xhtmlrenderer.swt that return FSFontMetricsModifier and TypeMethodDescriptionSWTTextRenderer.getFSFontMetrics(FontContext context, FSFont font, String string)