Query a font's current wrap alignment option.
Defined in <SDL3_ttf/SDL_ttf.h>
const TTF_Font *font); TTF_HorizontalAlignment TTF_GetFontWrapAlignment(
const TTF_Font * | font | the font to query. |
(TTF_HorizontalAlignment) Returns the font's current wrap alignment option.
It is safe to call this function from any thread.
This function is available since SDL_ttf 3.0.0.