Class Glyph

java.lang.Object
com.github.weisj.jsvg.nodes.text.Glyph

public class Glyph extends Object
  • Constructor Details

    • Glyph

      public Glyph(char codepoint, @NotNull @NotNull Shape outline, float advance, boolean isEmpty)
  • Method Details

    • codepoint

      public char codepoint()
    • advance

      public float advance()
    • glyphOutline

      @NotNull public @NotNull Shape glyphOutline()
    • isRendered

      public boolean isRendered()