#include <Glyph.hpp>
Public Member Functions | |
Glyph () | |
Default constructor. | |
Public Attributes | |
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. |
Definition at line 40 of file Glyph.hpp.