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