30 #ifndef SDL_test_font_h_ 31 #define SDL_test_font_h_ 41 #define FONT_CHARACTER_SIZE 8 int SDLTest_DrawCharacter(SDL_Renderer *renderer, int x, int y, char c)
Draw a string in the currently set font.
void SDLTest_CleanupTextDrawing(void)
Cleanup textures used by font drawing functions.
int SDLTest_DrawString(SDL_Renderer *renderer, int x, int y, const char *s)
Draw a string in the currently set font.