###### (This function is part of SDL_ttf, a separate library from SDL.) # TTF_SetFontOutline Set a font's current outline. ## Header File Defined in SDL_ttf.h ## Syntax ```c void TTF_SetFontOutline(TTF_Font *font, int outline); ``` ## Function Parameters | | | | --------------- | ------------------------------------- | | **font** | the font to set a new outline on. | | **outline** | positive outline value, 0 to default. | ## Version This function is available since SDL_ttf 3.0.0. ## See Also * [TTF_GetFontOutline](TTF_GetFontOutline) ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction)