Go to the source code of this file.
|
int | SDLTest_DrawCharacter (SDL_Renderer *renderer, int x, int y, Uint32 c) |
|
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_TextWindowDisplay (SDLTest_TextWindow *textwin, SDL_Renderer *renderer) |
|
void | SDLTest_TextWindowAddText (SDLTest_TextWindow *textwin, SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(2) |
|
void | SDLTest_TextWindowAddTextWithLength (SDLTest_TextWindow *textwin, const char *text, size_t len) |
|
void | SDLTest_TextWindowClear (SDLTest_TextWindow *textwin) |
|
void | SDLTest_TextWindowDestroy (SDLTest_TextWindow *textwin) |
|
void | SDLTest_CleanupTextDrawing (void) |
|
◆ FONT_CHARACTER_SIZE
#define FONT_CHARACTER_SIZE 8 |
◆ FONT_LINE_HEIGHT
◆ SDLTest_CleanupTextDrawing()
void SDLTest_CleanupTextDrawing |
( |
void |
| ) |
|
◆ SDLTest_DrawCharacter()
◆ SDLTest_DrawString()
int SDLTest_DrawString |
( |
SDL_Renderer * |
renderer, |
|
|
int |
x, |
|
|
int |
y, |
|
|
const char * |
s |
|
) |
| |
◆ SDLTest_TextWindowAddText()
◆ SDLTest_TextWindowAddTextWithLength()
void SDLTest_TextWindowAddTextWithLength |
( |
SDLTest_TextWindow * |
textwin, |
|
|
const char * |
text, |
|
|
size_t |
len |
|
) |
| |
◆ SDLTest_TextWindowClear()
◆ SDLTest_TextWindowCreate()
◆ SDLTest_TextWindowDestroy()
◆ SDLTest_TextWindowDisplay()