Uses of Interface
org.xhtmlrenderer.render.FSFont
-
Packages that use FSFont Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.style org.xhtmlrenderer.extend org.xhtmlrenderer.layout org.xhtmlrenderer.render org.xhtmlrenderer.swing -
-
Uses of FSFont in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return FSFont Modifier and Type Method Description FSFontAWTFontResolver. resolveFont(SharedContext ctx, String[] families, float size, IdentValue weight, IdentValue style, IdentValue variant)FSFontAWTFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FSFont in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return FSFont Modifier and Type Method Description FSFontCssContext. getFont(FontSpecification font)FSFontCalculatedStyle. getFSFont(CssContext cssContext)Methods in org.xhtmlrenderer.css.style with parameters of type FSFont Modifier and Type Method Description FSFontMetricsCssContext. getFSFontMetrics(FSFont font) -
Uses of FSFont in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return FSFont Modifier and Type Method Description FSFontFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)Methods in org.xhtmlrenderer.extend with parameters of type FSFont Modifier and Type Method Description FSFontMetricsTextRenderer. getFSFontMetrics(FontContext context, FSFont font, String string)RectangleTextRenderer. getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y)float[]TextRenderer. getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector)FSGlyphVectorTextRenderer. getGlyphVector(OutputDevice outputDevice, FSFont font, String string)intTextRenderer. getWidth(FontContext context, FSFont font, String string)voidOutputDevice. setFont(FSFont font) -
Uses of FSFont in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FSFont Modifier and Type Method Description FSFontLayoutContext. getFont(FontSpecification font)FSFontSharedContext. getFont(FontSpecification spec)Methods in org.xhtmlrenderer.layout with parameters of type FSFont Modifier and Type Method Description FSFontMetricsLayoutContext. getFSFontMetrics(FSFont font) -
Uses of FSFont in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return FSFont Modifier and Type Method Description FSFontRenderingContext. getFont(FontSpecification font)Methods in org.xhtmlrenderer.render with parameters of type FSFont Modifier and Type Method Description FSFontMetricsRenderingContext. getFSFontMetrics(FSFont font) -
Uses of FSFont in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement FSFont Modifier and Type Class Description classAWTFSFontMethods in org.xhtmlrenderer.swing that return FSFont Modifier and Type Method Description FSFontAWTFontResolver. resolveFont(SharedContext ctx, String[] families, float size, IdentValue weight, IdentValue style, IdentValue variant)FSFontAWTFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)Methods in org.xhtmlrenderer.swing with parameters of type FSFont Modifier and Type Method Description FSFontMetricsJava2DTextRenderer. getFSFontMetrics(FontContext fc, FSFont font, String string)RectangleJava2DTextRenderer. getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y)float[]Java2DTextRenderer. getGlyphPositions(OutputDevice outputDevice, FSFont font, String text)float[]Java2DTextRenderer. getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector)FSGlyphVectorJava2DTextRenderer. getGlyphVector(OutputDevice outputDevice, FSFont font, String text)intJava2DTextRenderer. getWidth(FontContext fc, FSFont font, String string)voidJava2DOutputDevice. setFont(FSFont font)
-