Public Member Functions | |
| Glyph () | |
Public Attributes | |
| float | advance |
| How many pixels should the cursor advance after printing the glyph. | |
| Vector | offset |
| Offset that is used when drawing the glyph. | |
| int | surface_idx |
| index of containing surface | |
| Rectf | rect |
| Position of the glyph inside the surface. | |
Definition at line 111 of file font.hpp.
| Font::Glyph::Glyph | ( | ) | [inline] |
| float Font::Glyph::advance |
How many pixels should the cursor advance after printing the glyph.
Definition at line 114 of file font.hpp.
Referenced by Font::draw_chars(), and Font::loadFontSurface().
Offset that is used when drawing the glyph.
Definition at line 117 of file font.hpp.
Referenced by Font::draw_chars(), and Font::loadFontSurface().
index of containing surface
Definition at line 120 of file font.hpp.
Referenced by Font::draw_chars(), and Font::loadFontSurface().
Position of the glyph inside the surface.
Definition at line 123 of file font.hpp.
Referenced by Font::draw_chars(), and Font::loadFontSurface().
1.5.1