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 classGlyphRunTextOutputclassNullTextOutputMethods in com.github.weisj.jsvg.nodes.text with parameters of type TextOutput Modifier and Type Method Description (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 TextOutput Modifier and Type Method Description static @NotNull TextOutputTextOutput. createDefault()default @NotNull TextOutputOutput. textOutput()
-