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