dsfml.graphics.glyph

A glyph is the visual representation of a character.

The $(U Glyph) structure provides the information needed to handle the glyph:

  • its coordinates in the font's texture
  • its bounding rectangle
  • the offset to apply to get the starting position of the next glyph

Members

Structs

Glyph
struct Glyph

Structure describing a glyph.

See Also

$(FONT_LINK)

Meta