25 #ifndef CPP3DS_GLYPH_HPP
26 #define CPP3DS_GLYPH_HPP
31 #include <cpp3ds/Graphics/Rect.hpp>
IntRect bounds
Bounding rectangle of the glyph, in coordinates relative to the baseline.
Structure describing a glyph.
Glyph()
Default constructor.
int advance
Offset to move horizontically to the next character.
IntRect textureRect
Texture coordinates of the glyph inside the font's texture.