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.
Structure describing a glyph.
float advance
Offset to move horizontally to the next character.
FloatRect bounds
Bounding rectangle of the glyph, in coordinates relative to the baseline.
IntRect textureRect
Texture coordinates of the glyph inside the font's texture.