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