Uses of Interface
com.github.weisj.jsvg.renderer.output.TextOutput
-
Packages that use TextOutput Package Description com.github.weisj.jsvg.nodes.text com.github.weisj.jsvg.renderer.output -
-
Uses of TextOutput in com.github.weisj.jsvg.nodes.text
Classes in com.github.weisj.jsvg.nodes.text that implement TextOutput Modifier and Type Class Description class
GlyphRunTextOutput
class
NullTextOutput
Methods in com.github.weisj.jsvg.nodes.text with parameters of type TextOutput Modifier and Type Method Description (package private) static @NotNull GlyphRun
GlyphRenderer. layoutGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput)
(package private) static void
GlyphRenderer. prepareGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput)
void
TextContainer. prepareSegmentForRendering(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull TextOutput textOutput)
void
TextSegment.RenderableSegment. prepareSegmentForRendering(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull TextOutput textOutput)
-
Uses of TextOutput in com.github.weisj.jsvg.renderer.output
Methods in com.github.weisj.jsvg.renderer.output that return TextOutput Modifier and Type Method Description static @NotNull TextOutput
TextOutput. createDefault()
default @NotNull TextOutput
Output. textOutput()
-