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.Character,Glyph>
AWTSVGFont. glyphCache
Methods in com.github.weisj.jsvg.attributes.font that return Glyph Modifier and Type Method Description @NotNull Glyph
AWTSVGFont. codepointGlyph(char codepoint)
@NotNull Glyph
SVGFont. codepointGlyph(char codepoint)
private @NotNull Glyph
AWTSVGFont. createGlyph(char codepoint)
-
Uses of Glyph in com.github.weisj.jsvg.nodes.text
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)
-