Uses of Interface
org.xhtmlrenderer.render.FSFont
Packages that use FSFont
Package
Description
-
Uses of FSFont in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return FSFontModifier and TypeMethodDescriptionAWTFontResolver.resolveFont
(SharedContext ctx, String @Nullable [] families, float size, IdentValue weight, IdentValue style, IdentValue variant) @Nullable FSFont
AWTFontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec) -
Uses of FSFont in org.xhtmlrenderer.css.style
Fields in org.xhtmlrenderer.css.style declared as FSFontMethods in org.xhtmlrenderer.css.style that return FSFontModifier and TypeMethodDescription@Nullable FSFont
CssContext.getFont
(FontSpecification font) CalculatedStyle.getFSFont
(CssContext cssContext) Methods in org.xhtmlrenderer.css.style with parameters of type FSFont -
Uses of FSFont in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return FSFontModifier and TypeMethodDescription@Nullable FSFont
FontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec) Methods in org.xhtmlrenderer.extend with parameters of type FSFontModifier and TypeMethodDescriptionTextRenderer.getFSFontMetrics
(FontContext context, FSFont font, String string) TextRenderer.getGlyphBounds
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]
TextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) TextRenderer.getGlyphVector
(OutputDevice outputDevice, FSFont font, String string) int
TextRenderer.getWidth
(FontContext context, FSFont font, String string) void
-
Uses of FSFont in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FSFontModifier and TypeMethodDescription@Nullable FSFont
LayoutContext.getFont
(FontSpecification font) @Nullable FSFont
SharedContext.getFont
(FontSpecification spec) Methods in org.xhtmlrenderer.layout with parameters of type FSFont -
Uses of FSFont in org.xhtmlrenderer.layout.breaker
Methods in org.xhtmlrenderer.layout.breaker with parameters of type FSFontModifier and TypeMethodDescriptionprivate static int
Breaker.getWidth
(LayoutContext c, FSFont f, String text) -
Uses of FSFont in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement FSFontMethods in org.xhtmlrenderer.pdf that return FSFontModifier and TypeMethodDescriptionprivate @Nullable FSFont
ITextFontResolver.resolveFont
(String @Nullable [] families, float size, IdentValue weight, IdentValue style) private @Nullable FSFont
ITextFontResolver.resolveFont
(String fontFamily, float size, IdentValue weight, IdentValue style) @Nullable FSFont
ITextFontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec) Methods in org.xhtmlrenderer.pdf with parameters of type FSFontModifier and TypeMethodDescriptionITextTextRenderer.getFSFontMetrics
(FontContext context, FSFont font, String string) ITextTextRenderer.getGlyphBounds
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]
ITextTextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) ITextTextRenderer.getGlyphVector
(OutputDevice outputDevice, FSFont font, String string) int
ITextTextRenderer.getWidth
(FontContext context, FSFont font, String string) void
-
Uses of FSFont in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return FSFontModifier and TypeMethodDescription@Nullable FSFont
RenderingContext.getFont
(FontSpecification font) Methods in org.xhtmlrenderer.render with parameters of type FSFont -
Uses of FSFont in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement FSFontMethods in org.xhtmlrenderer.swing with parameters of type FSFontModifier and TypeMethodDescriptionJava2DTextRenderer.getFSFontMetrics
(FontContext fc, FSFont font, String string) Java2DTextRenderer.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) Java2DTextRenderer.getGlyphVector
(OutputDevice outputDevice, FSFont font, String text) int
Java2DTextRenderer.getWidth
(FontContext fc, FSFont font, String string) void
-
Uses of FSFont in org.xhtmlrenderer.swt
Classes in org.xhtmlrenderer.swt that implement FSFontMethods in org.xhtmlrenderer.swt that return FSFontModifier and TypeMethodDescription@Nullable FSFont
SWTFontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec) Methods in org.xhtmlrenderer.swt with parameters of type FSFontModifier and TypeMethodDescriptionSWTTextRenderer.getFSFontMetrics
(FontContext context, FSFont font, String string) SWTTextRenderer.getGlyphBounds
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]
SWTTextRenderer.getGlyphPositions
(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) SWTTextRenderer.getGlyphVector
(OutputDevice outputDevice, FSFont font, String string) int
SWTTextRenderer.getWidth
(FontContext context, FSFont font, String string) void