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.pdf 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 FSFontMetrics
CalculatedStyle. getFSFontMetrics(CssContext c)
FSFontMetrics
CssContext. getFSFontMetrics(FSFont font)
-
Uses of FSFontMetrics in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return FSFontMetrics Modifier and Type Method Description FSFontMetrics
TextRenderer. getFSFontMetrics(FontContext context, FSFont font, java.lang.String string)
-
Uses of FSFontMetrics in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FSFontMetrics Modifier and Type Method Description FSFontMetrics
LayoutContext. getFSFontMetrics(FSFont font)
Methods in org.xhtmlrenderer.layout with parameters of type FSFontMetrics Modifier and Type Method Description static java.util.List
InlineBoxing. calculateTextDecorations(Box box, int baseline, FSFontMetrics fm)
-
Uses of FSFontMetrics in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement FSFontMetrics Modifier and Type Class Description class
ITextFSFontMetrics
Methods in org.xhtmlrenderer.pdf that return FSFontMetrics Modifier and Type Method Description FSFontMetrics
ITextTextRenderer. getFSFontMetrics(FontContext context, FSFont font, java.lang.String string)
-
Uses of FSFontMetrics in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement FSFontMetrics Modifier and Type Class Description class
LineMetricsAdapter
A 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 FSFontMetrics
RenderingContext. getFSFontMetrics(FSFont font)
-
Uses of FSFontMetrics in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return FSFontMetrics Modifier and Type Method Description FSFontMetrics
Java2DTextRenderer. getFSFontMetrics(FontContext fc, FSFont font, java.lang.String string)
-