25 #ifndef SFML_GLYPH_HPP 26 #define SFML_GLYPH_HPP 31 #include <SFML/Config.hpp> 32 #include <SFML/Graphics/Rect.hpp> 61 #endif // SFML_GLYPH_HPP
Glyph()
Default constructor.
FloatRect TexCoords
Texture coordinates of the glyph inside the bitmap font.
IntRect Rectangle
Bounding rectangle of the glyph, in relative coordinates.
int Advance
Offset to move horizontically to the next character.
Structure describing a glyph (a visual character)