sfGlyph describes a glyph (a visual character)
More...
#include <Glyph.h>
|
int | advance |
| Offset to move horizontically to the next character.
|
|
sfIntRect | bounds |
| Bounding rectangle of the glyph, in coordinates relative to the baseline.
|
|
sfIntRect | textureRect |
| Texture coordinates of the glyph inside the font's image.
|
|
sfGlyph describes a glyph (a visual character)
Definition at line 38 of file Glyph.h.
Offset to move horizontically to the next character.
Definition at line 40 of file Glyph.h.
Bounding rectangle of the glyph, in coordinates relative to the baseline.
Definition at line 41 of file Glyph.h.
Texture coordinates of the glyph inside the font's image.
Definition at line 42 of file Glyph.h.
The documentation for this struct was generated from the following file: