Chronos 0.0
A advanced 2D rendering and animation system
|
The parameters needed for the font style. More...
#include <text.hpp>
Public Attributes | |
uint32_t | fontWidth |
uint32_t | fontHeight |
void(* | getFontData )(stb_fontchar *, unsigned char[][256], int) |
uint32_t | firstChar |
int | numChars |
The parameters needed for the font style.
This structure contains the parameters needed for the font style.
fontWidth | The width of the font texture |
fontHeight | The height of the font texture |
getFontData | The function to get the font data |
firstChar | The first character in the texture |
numChars | The number of characters in the texture |
void(* Chronos::Engine::FontTypes::getFontData) (stb_fontchar *, unsigned char[][256], int) |