Uses of Interface
org.xhtmlrenderer.extend.FontContext
Packages that use FontContext
Package
Description
-
Uses of FontContext in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type FontContextModifier and TypeMethodDescriptionTextRenderer.getFSFontMetrics
(FontContext context, FSFont font, String string) int
TextRenderer.getWidth
(FontContext context, FSFont font, String string) void
TextRenderer.setup
(FontContext context) -
Uses of FontContext in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as FontContextMethods in org.xhtmlrenderer.layout that return FontContextMethods in org.xhtmlrenderer.layout with parameters of type FontContextModifier and TypeMethodDescriptionfloat
SharedContext.getXHeight
(FontContext fontContext, FontSpecification fs) SharedContext.newLayoutContextInstance
(FontContext fontContext) SharedContext.newRenderingContextInstance
(OutputDevice outputDevice, FontContext fontContext) SharedContext.newRenderingContextInstance
(OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) Constructors in org.xhtmlrenderer.layout with parameters of type FontContextModifierConstructorDescription(package private)
LayoutContext
(SharedContext sharedContext, FontContext fontContext) -
Uses of FontContext in org.xhtmlrenderer.pdf
Classes in org.xhtmlrenderer.pdf that implement FontContextMethods in org.xhtmlrenderer.pdf with parameters of type FontContextModifier and TypeMethodDescriptionITextTextRenderer.getFSFontMetrics
(FontContext context, FSFont font, String string) int
ITextTextRenderer.getWidth
(FontContext context, FSFont font, String string) void
ITextTextRenderer.setup
(FontContext context) -
Uses of FontContext in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as FontContextMethods in org.xhtmlrenderer.render that return FontContextConstructors in org.xhtmlrenderer.render with parameters of type FontContextModifierConstructorDescriptionRenderingContext
(SharedContext sharedContext, OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) needs a new instance every run -
Uses of FontContext in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement FontContextMethods in org.xhtmlrenderer.swing with parameters of type FontContextModifier and TypeMethodDescriptionJava2DTextRenderer.getFSFontMetrics
(FontContext fc, FSFont font, String string) int
Java2DTextRenderer.getWidth
(FontContext fc, FSFont font, String string) void
Java2DTextRenderer.setup
(FontContext fontContext) -
Uses of FontContext in org.xhtmlrenderer.swt
Classes in org.xhtmlrenderer.swt that implement FontContextMethods in org.xhtmlrenderer.swt with parameters of type FontContextModifier and TypeMethodDescriptionSWTTextRenderer.getFSFontMetrics
(FontContext context, FSFont font, String string) int
SWTTextRenderer.getWidth
(FontContext context, FSFont font, String string) void
SWTTextRenderer.setup
(FontContext context)