Structure describing a glyph. More...
#include <Glyph.hpp>
Public Member Functions | |
| Glyph () | |
| Default constructor. | |
Public Attributes | |
| int | Advance |
| Offset to move horizontically to the next character. | |
| IntRect | Bounds |
| Bounding rectangle of the glyph, in coordinates relative to the baseline. | |
| IntRect | SubRect |
| Texture coordinates of the glyph inside the font's texture. | |
Structure describing a glyph.
A glyph is the visual representation of a character.
The sf::Glyph structure provides the information needed to handle the glyph: