#include <Glyph.h>
Data Fields | |
int | Advance |
Offset to move horizontically to the next character. | |
sfIntRect | Rectangle |
Bounding rectangle of the glyph, in relative coordinates. | |
sfFloatRect | TexCoords |
Texture coordinates of the glyph inside the bitmap font. |
Definition at line 37 of file Glyph.h.
int sfGlyph::Advance |