Loading...
Searching...
No Matches
sfGlyph Struct Reference
sfGlyph describes a glyph (a visual character) More...
#include <SFML/Graphics/Glyph.h>
Public Attributes | |
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. | |
Detailed Description
Member Data Documentation
◆ advance
float sfGlyph::advance |
◆ bounds
sfFloatRect sfGlyph::bounds |
◆ textureRect
sfIntRect sfGlyph::textureRect |
The documentation for this struct was generated from the following file: