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 GlyphRun
StringTextSegment. currentGlyphRun
Methods in com.github.weisj.jsvg.nodes.text that return GlyphRun 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)
Methods in com.github.weisj.jsvg.nodes.text with parameters of type GlyphRun Modifier and Type Method Description void
MutableGlyphRun. append(@NotNull GlyphRun glyphRun)
-