25 #ifndef SFML_GLYPH_HPP
26 #define SFML_GLYPH_HPP
31 #include <SFML/Graphics/Export.hpp>
32 #include <SFML/Graphics/Rect.hpp>
62 #endif // SFML_GLYPH_HPP
Glyph()
Default constructor.
int advance
Offset to move horizontically to the next character.
IntRect textureRect
Texture coordinates of the glyph inside the font's texture.
Structure describing a glyph.
IntRect bounds
Bounding rectangle of the glyph, in coordinates relative to the baseline.