Uses of Class
com.github.weisj.jsvg.nodes.text.Glyph
-
Packages that use Glyph Package Description com.github.weisj.jsvg.attributes.font com.github.weisj.jsvg.nodes.text -
-
Uses of Glyph in com.github.weisj.jsvg.attributes.font
Fields in com.github.weisj.jsvg.attributes.font with type parameters of type Glyph Modifier and Type Field Description private java.util.HashMap<java.lang.String,Glyph>AWTSVGFont. glyphCacheMethods in com.github.weisj.jsvg.attributes.font that return Glyph Modifier and Type Method Description @NotNull GlyphAWTSVGFont. codepointGlyph(@NotNull java.lang.String codepoint)@NotNull GlyphSVGFont. codepointGlyph(@NotNull java.lang.String codepoint)private @NotNull GlyphAWTSVGFont. createGlyph(char @NotNull [] codepoint) -
Uses of Glyph in com.github.weisj.jsvg.nodes.text
Subclasses of Glyph in com.github.weisj.jsvg.nodes.text Modifier and Type Class Description classEmojiGlyphMethods in com.github.weisj.jsvg.nodes.text with parameters of type Glyph Modifier and Type Method Description (package private) @Nullable java.awt.geom.AffineTransformGlyphCursor. advance(@NotNull MeasureContext measure, @NotNull Glyph glyph)(package private) @Nullable java.awt.geom.AffineTransformPathGlyphCursor. advance(@NotNull MeasureContext measure, @NotNull Glyph glyph)(package private) floatGlyphAdvancement. glyphAdvancement(@NotNull Glyph glyph)
-