31#include <SFML/Graphics/Export.hpp>
32#include <SFML/Graphics/Rect.hpp>
Structure describing a glyph.
IntRect textureRect
Texture coordinates of the glyph inside the font's texture.
FloatRect bounds
Bounding rectangle of the glyph, in coordinates relative to the baseline.
Glyph()
Default constructor.
int lsbDelta
Left offset after forced autohint. Internally used by getKerning()
float advance
Offset to move horizontally to the next character.
int rsbDelta
Right offset after forced autohint. Internally used by getKerning()