Class Glyph

    • Field Detail

      • code

        public final int code
        The code or id by which this is represented in the Font File
      • width

        public final int width
        The normalized width of this Glyph.
      • chars

        public final String chars
        The Unicode text represented by this Glyph
    • Constructor Detail

      • Glyph

        public Glyph​(int code,
                     int width,
                     String chars)