Uses of Class
com.github.weisj.jsvg.renderer.FontRenderContext
Packages that use FontRenderContext
Package
Description
-
Uses of FontRenderContext in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as FontRenderContextMethods in com.github.weisj.jsvg.nodes that return FontRenderContext -
Uses of FontRenderContext in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return FontRenderContextModifier and TypeMethodDescriptiondefault @NotNull FontRenderContext
HasContext.ByDelegate.fontRenderContext()
@NotNull FontRenderContext
HasFontRenderContext.fontRenderContext()
-
Uses of FontRenderContext in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as FontRenderContextModifier and TypeFieldDescriptionprivate final @NotNull FontRenderContext
HasContextImpl.fontRenderContext
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return FontRenderContextConstructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type FontRenderContextModifierConstructorDescriptionprivate
HasContextImpl
(@NotNull PaintContext paintContext, @NotNull FontRenderContext fontRenderContext, @NotNull AttributeFontSpec fontSpec, @NotNull FillRule fillRule) -
Uses of FontRenderContext in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text with parameters of type FontRenderContextModifier and TypeMethodDescriptionprivate static float
GlyphRenderer.computeBaselineOffset
(@NotNull SVGFont font, @NotNull FontRenderContext fontRenderContext) (package private) static Shape
GlyphRenderer.layoutGlyphRun
(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull MeasureContext measure, @NotNull FontRenderContext fontRenderContext) -
Uses of FontRenderContext in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as FontRenderContextModifier and TypeFieldDescriptionprivate final @NotNull FontRenderContext
RenderContext.fontRenderContext
Methods in com.github.weisj.jsvg.renderer that return FontRenderContextModifier and TypeMethodDescriptionstatic @NotNull FontRenderContext
FontRenderContext.createDefault()
@NotNull FontRenderContext
FontRenderContext.derive
(@Nullable FontRenderContext frc) @NotNull FontRenderContext
RenderContext.fontRenderContext()
static @NotNull FontRenderContext
FontRenderContext.parse
(@NotNull AttributeNode attributeNode) Methods in com.github.weisj.jsvg.renderer with parameters of type FontRenderContextModifier and TypeMethodDescription@NotNull FontRenderContext
FontRenderContext.derive
(@Nullable FontRenderContext frc) (package private) @NotNull RenderContext
RenderContext.derive
(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable FillRule fillRule, @Nullable ContextElementAttributes contextAttributes) (package private) @NotNull RenderContext
RenderContext.derive
(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable FillRule fillRule, @Nullable ContextElementAttributes contextAttributes, @Nullable AffineTransform rootTransform) Constructors in com.github.weisj.jsvg.renderer with parameters of type FontRenderContextModifierConstructorDescription(package private)
RenderContext
(@NotNull PlatformSupport platformSupport, @NotNull AffineTransform rootTransform, @NotNull AffineTransform userSpaceTransform, @NotNull PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @NotNull FillRule fillRule, @Nullable ContextElementAttributes contextElementAttributes)