Uses of Class
com.github.weisj.jsvg.nodes.text.GlyphRun
-
Packages that use GlyphRun Package Description com.github.weisj.jsvg.nodes.text -
-
Uses of GlyphRun in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text declared as GlyphRun Modifier and Type Field Description (package private) @Nullable GlyphRunStringTextSegment. currentGlyphRunMethods in com.github.weisj.jsvg.nodes.text that return GlyphRun 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)Methods in com.github.weisj.jsvg.nodes.text with parameters of type GlyphRun Modifier and Type Method Description voidMutableGlyphRun. append(@NotNull GlyphRun glyphRun)
-