sfGlyph Struct Reference
sfGlyph describes a glyph (a visual character)
More...
#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.
|
Detailed Description
sfGlyph describes a glyph (a visual character)
Definition at line 37 of file Glyph.h.
Field Documentation
Offset to move horizontically to the next character.
Definition at line 39 of file Glyph.h.
Bounding rectangle of the glyph, in relative coordinates.
Definition at line 40 of file Glyph.h.
Texture coordinates of the glyph inside the bitmap font.
Definition at line 41 of file Glyph.h.
The documentation for this struct was generated from the following file: