sfGlyph describes a glyph (a visual character)
More...
#include <Glyph.h>
|
| float | advance |
| | Offset to move horizontically to the next character.
|
| |
| sfFloatRect | 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.
◆ advance
Offset to move horizontically to the next character.
Definition at line 40 of file Glyph.h.
◆ bounds
Bounding rectangle of the glyph, in coordinates relative to the baseline.
Definition at line 41 of file Glyph.h.
◆ textureRect
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: