30#ifndef SDL_test_font_h_
31#define SDL_test_font_h_
41#define FONT_CHARACTER_SIZE 8
42#define FONT_LINE_HEIGHT (FONT_CHARACTER_SIZE + 2)
struct SDL_Renderer SDL_Renderer
#define SDL_PRINTF_FORMAT_STRING
#define SDL_PRINTF_VARARG_FUNC(fmtargnumber)
void SDLTest_TextWindowAddText(SDLTest_TextWindow *textwin, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(2)
void SDLTest_TextWindowClear(SDLTest_TextWindow *textwin)
void SDLTest_TextWindowDestroy(SDLTest_TextWindow *textwin)
void SDLTest_TextWindowAddTextWithLength(SDLTest_TextWindow *textwin, const char *text, size_t len)
int SDLTest_DrawCharacter(SDL_Renderer *renderer, int x, int y, Uint32 c)
void SDLTest_TextWindowDisplay(SDLTest_TextWindow *textwin, SDL_Renderer *renderer)
int SDLTest_DrawString(SDL_Renderer *renderer, int x, int y, const char *s)
SDLTest_TextWindow * SDLTest_TextWindowCreate(int x, int y, int w, int h)
void SDLTest_CleanupTextDrawing(void)