Uses of Interface
com.github.weisj.jsvg.renderer.output.TextOutput
Packages that use TextOutput
-
Uses of TextOutput in com.github.weisj.jsvg.nodes.text
Classes in com.github.weisj.jsvg.nodes.text that implement TextOutputMethods in com.github.weisj.jsvg.nodes.text with parameters of type TextOutputModifier and TypeMethodDescription(package private) static @NotNull GlyphRunGlyphRenderer.layoutGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput) (package private) static voidGlyphRenderer.prepareGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput) voidTextContainer.prepareSegmentForRendering(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull TextOutput textOutput) voidTextSegment.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 TextOutputModifier and TypeMethodDescriptionstatic @NotNull TextOutputTextOutput.createDefault()default @NotNull TextOutputOutput.textOutput()