(This function is part of SDL_ttf, a separate library from SDL.)

TTF_GetFontWrappedAlign

Query a font's current wrap alignment option.

Header File

Defined in SDL_ttf.h

Syntax

int TTF_GetFontWrappedAlign(const TTF_Font *font);

Function Parameters

font the font to query.

Return Value

Returns the font's current wrap alignment option.

Remarks

The wrap alignment option can be one of the following:

Version

This function is available since SDL_ttf 3.0.0.

See Also


CategoryAPI, CategoryAPIFunction