sf::Glyph Class Reference
Structure describing a glyph. More...
#include <Glyph.hpp>
Public Member Functions | |
Glyph () | |
Default constructor. More... | |
Public Attributes | |
float | advance |
Offset to move horizontally to the next character. More... | |
FloatRect | bounds |
Bounding rectangle of the glyph, in coordinates relative to the baseline. More... | |
IntRect | textureRect |
Texture coordinates of the glyph inside the font's texture. More... | |
Detailed Description
Structure describing a glyph.
A glyph is the visual representation of a character.
The sf::Glyph structure provides the information needed to handle the glyph:
- its coordinates in the font's texture
- its bounding rectangle
- the offset to apply to get the starting position of the next glyph
- See also
- sf::Font
Constructor & Destructor Documentation
Member Data Documentation
float sf::Glyph::advance |
FloatRect sf::Glyph::bounds |
IntRect sf::Glyph::textureRect |
The documentation for this class was generated from the following file: