NWengine 0.9
|
Class representing a glyph. More...
#include <Font.h>
Public Member Functions | |
void | Delete () |
Deletes the glyph. | |
Public Attributes | |
uint32 | advance = 0 |
iVec2 | bearing |
iVec2 | size |
Texture | texture |
Class representing a glyph.
uint32 Glyph::advance = 0 |
The advance value of the glyph.
iVec2 Glyph::bearing |
The bearing of the glyph.
iVec2 Glyph::size |
The size of the glyph.
Texture Glyph::texture |
The texture of the glyph.