Flying Saucer Project Release ${app.version}

Uses of Interface
org.xhtmlrenderer.render.FSFont

Packages that use FSFont
org.xhtmlrenderer.context   
org.xhtmlrenderer.css.style   
org.xhtmlrenderer.extend   
org.xhtmlrenderer.layout   
org.xhtmlrenderer.pdf   
org.xhtmlrenderer.render   
org.xhtmlrenderer.swing   
 

Uses of FSFont in org.xhtmlrenderer.context
 

Methods in org.xhtmlrenderer.context that return FSFont
 FSFont AWTFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec)
           
 FSFont AWTFontResolver.resolveFont(SharedContext ctx, java.lang.String[] families, float size, IdentValue weight, IdentValue style, IdentValue variant)
          Description of the Method
 

Uses of FSFont in org.xhtmlrenderer.css.style
 

Methods in org.xhtmlrenderer.css.style that return FSFont
 FSFont CssContext.getFont(FontSpecification font)
           
 FSFont CalculatedStyle.getFSFont(CssContext cssContext)
           
 

Methods in org.xhtmlrenderer.css.style with parameters of type FSFont
 FSFontMetrics CssContext.getFSFontMetrics(FSFont font)
           
 

Uses of FSFont in org.xhtmlrenderer.extend
 

Methods in org.xhtmlrenderer.extend that return FSFont
 FSFont FontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec)
           
 

Methods in org.xhtmlrenderer.extend with parameters of type FSFont
 FSFontMetrics TextRenderer.getFSFontMetrics(FontContext context, FSFont font, java.lang.String string)
           
 java.awt.Rectangle TextRenderer.getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y)
           
 float[] TextRenderer.getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector)
           
 FSGlyphVector TextRenderer.getGlyphVector(OutputDevice outputDevice, FSFont font, java.lang.String string)
           
 int TextRenderer.getWidth(FontContext context, FSFont font, java.lang.String string)
           
 void OutputDevice.setFont(FSFont font)
           
 

Uses of FSFont in org.xhtmlrenderer.layout
 

Methods in org.xhtmlrenderer.layout that return FSFont
 FSFont SharedContext.getFont(FontSpecification spec)
           
 FSFont LayoutContext.getFont(FontSpecification font)
           
 

Methods in org.xhtmlrenderer.layout with parameters of type FSFont
 FSFontMetrics LayoutContext.getFSFontMetrics(FSFont font)
           
 

Uses of FSFont in org.xhtmlrenderer.pdf
 

Classes in org.xhtmlrenderer.pdf that implement FSFont
 class ITextFSFont
           
 

Methods in org.xhtmlrenderer.pdf that return FSFont
 FSFont ITextFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec)
           
 

Methods in org.xhtmlrenderer.pdf with parameters of type FSFont
 FSFontMetrics ITextTextRenderer.getFSFontMetrics(FontContext context, FSFont font, java.lang.String string)
           
 java.awt.Rectangle ITextTextRenderer.getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y)
           
 float[] ITextTextRenderer.getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector)
           
 FSGlyphVector ITextTextRenderer.getGlyphVector(OutputDevice outputDevice, FSFont font, java.lang.String string)
           
 int ITextTextRenderer.getWidth(FontContext context, FSFont font, java.lang.String string)
           
 void ITextOutputDevice.setFont(FSFont font)
           
 

Uses of FSFont in org.xhtmlrenderer.render
 

Methods in org.xhtmlrenderer.render that return FSFont
 FSFont RenderingContext.getFont(FontSpecification font)
           
 

Methods in org.xhtmlrenderer.render with parameters of type FSFont
 FSFontMetrics RenderingContext.getFSFontMetrics(FSFont font)
           
 

Uses of FSFont in org.xhtmlrenderer.swing
 

Classes in org.xhtmlrenderer.swing that implement FSFont
 class AWTFSFont
           
 

Methods in org.xhtmlrenderer.swing with parameters of type FSFont
 FSFontMetrics Java2DTextRenderer.getFSFontMetrics(FontContext fc, FSFont font, java.lang.String string)
           
 java.awt.Rectangle Java2DTextRenderer.getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y)
           
 float[] Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector)
           
 float[] Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice, FSFont font, java.lang.String text)
           
 FSGlyphVector Java2DTextRenderer.getGlyphVector(OutputDevice outputDevice, FSFont font, java.lang.String text)
           
 int Java2DTextRenderer.getWidth(FontContext fc, FSFont font, java.lang.String string)
           
 void Java2DOutputDevice.setFont(FSFont font)
           
 


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home