|
MTek-GDL 0.100.4-muffintrap
|
Represents a font that can be used to draw text. More...
#include <mgdl-font.h>

Data Fields | |
| short | characterWidth |
| short | characterHeight |
| Texture * | _fontTexture |
| vec2 * | _tList |
| float | _uvWidth |
| float | _uvHeight |
| char | _firstIndex |
| short | _characterCount |
| float | _spacingX |
| float | _spacingY |
| float | _aspect |
Represents a font that can be used to draw text.
| char Font::_firstIndex |
Needed to remember the first index to calculate offsets into vertex and uv arrays
| short Font::characterHeight |
Character height in pixels.
| short Font::characterWidth |
Character width in pixels.