|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include <text.h>
Data Fields | |
| ARC_String * | name |
| int32_t | size |
| ARC_Color | color |
| SDL_Texture * | texture |
| ARC_Rect | bounds |
| ARC_Rect ARC_Text::bounds |
Definition at line 17 of file text.h.
Referenced by ARC_Text_Render(), ARC_Text_SetPos(), and ARC_Text_SetString().
| ARC_Color ARC_Text::color |
Definition at line 14 of file text.h.
Referenced by ARC_Text_SetString().
| ARC_String* ARC_Text::name |
Definition at line 11 of file text.h.
Referenced by ARC_Text_Destroy(), and ARC_Text_SetString().
| int32_t ARC_Text::size |
Definition at line 12 of file text.h.
Referenced by ARC_Text_SetString().
| SDL_Texture* ARC_Text::texture |
Definition at line 16 of file text.h.
Referenced by ARC_Text_Destroy(), ARC_Text_Render(), and ARC_Text_SetString().