Glyph

Structure describing a glyph.

Members

Variables

advance
float advance;

Offset to move horizontally to the next character.

bounds
FloatRect bounds;

Bounding rectangle of the glyph, in coordinates relative to the baseline.

textureRect
IntRect textureRect;

Texture coordinates of the glyph inside the font's texture.

Meta