|
SANDAL2
A SDL2 Wrapper in C
|
Informations about font. More...
#include <Font.h>
Public Attributes | |
| TTF_Font * | font |
| int | quality |
| char * | text |
| SDL_Color | color |
| SDL_Texture * | texture |
Informations about font.
| SDL_Color Font::color |
color of the text
| TTF_Font* Font::font |
SDL font object
| int Font::quality |
quality of the texture : SANDAL2_SOLID, SANDAL2_SHADED or SANDAL2_BLENDED (same meaning as for SDL2 functions TTF_RenderText_Solid, Shaded or Blended)
| char* Font::text |
text
| SDL_Texture* Font::texture |
SDL texture
1.8.13