Set a font's current outline.
Defined in <SDL_ttf.h>
void TTF_SetFontOutline(TTF_Font *font, int outline);
TTF_Font * | font | the font to set a new outline on. |
int | outline | positive outline value, 0 to default. |
This function is available since SDL_ttf 2.0.12.