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. glyphCache
Methods in com.github.weisj.jsvg.attributes.font that return Glyph Modifier and Type Method Description @NotNull Glyph
AWTSVGFont. codepointGlyph(@NotNull java.lang.String codepoint)
@NotNull Glyph
SVGFont. codepointGlyph(@NotNull java.lang.String codepoint)
private @NotNull Glyph
AWTSVGFont. 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 class
EmojiGlyph
Methods in com.github.weisj.jsvg.nodes.text with parameters of type Glyph Modifier and Type Method Description (package private) @Nullable java.awt.geom.AffineTransform
GlyphCursor. advance(@NotNull MeasureContext measure, @NotNull Glyph glyph)
(package private) @Nullable java.awt.geom.AffineTransform
PathGlyphCursor. advance(@NotNull MeasureContext measure, @NotNull Glyph glyph)
(package private) float
GlyphAdvancement. glyphAdvancement(@NotNull Glyph glyph)
-