Uses of Class
com.github.weisj.jsvg.nodes.text.GlyphAdvancement
-
Packages that use GlyphAdvancement Package Description com.github.weisj.jsvg.nodes.text -
-
Uses of GlyphAdvancement in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text declared as GlyphAdvancement Modifier and Type Field Description protected @NotNull GlyphAdvancement
GlyphCursor. advancement
Methods in com.github.weisj.jsvg.nodes.text that return GlyphAdvancement Modifier and Type Method Description GlyphAdvancement
GlyphCursor. advancement()
(package private) static GlyphAdvancement
GlyphAdvancement. defaultAdvancement()
private @NotNull GlyphAdvancement
TextContainer. localGlyphAdvancement(@NotNull RenderContext context, @NotNull GlyphCursor cursor)
Methods in com.github.weisj.jsvg.nodes.text with parameters of type GlyphAdvancement Modifier and Type Method Description void
GlyphCursor. setAdvancement(@NotNull GlyphAdvancement advancement)
void
PathGlyphCursor. setAdvancement(@NotNull GlyphAdvancement advancement)
-