nudsfml.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

Public Imports

nudsfml.graphics.rect
public import nudsfml.graphics.rect;
Undocumented in source.

Members

Structs

Glyph
struct Glyph

Structure describing a glyph.

See Also

$(FONT_LINK)

Meta