Structure describing a glyph (a visual character).
More...
#include <Glyph.hpp>
|
| | Glyph () |
| | Default constructor.
|
|
| int | Advance |
| | Offset to move horizontically to the next character.
|
| IntRect | Rectangle |
| | Bounding rectangle of the glyph, in relative coordinates.
|
| FloatRect | TexCoords |
| | Texture coordinates of the glyph inside the bitmap font.
|
Structure describing a glyph (a visual character).
Definition at line 40 of file Glyph.hpp.
◆ Glyph()
Default constructor.
Definition at line 48 of file Glyph.hpp.
◆ Advance
Offset to move horizontically to the next character.
Definition at line 53 of file Glyph.hpp.
◆ Rectangle
| IntRect sf::Glyph::Rectangle |
Bounding rectangle of the glyph, in relative coordinates.
Definition at line 54 of file Glyph.hpp.
◆ TexCoords
| FloatRect sf::Glyph::TexCoords |
Texture coordinates of the glyph inside the bitmap font.
Definition at line 55 of file Glyph.hpp.
The documentation for this class was generated from the following file: