Set script to be used for text shaping by a font.
Defined in SDL_ttf.h
font | the font to specify a script name for. |
script | null-terminated string of exactly 4 characters. |
Returns 0 on success, or -1 on error.
The supplied script value must be a null-terminated string of exactly four characters.
If SDL_ttf was not built with HarfBuzz support, this function returns -1.
This function is available since SDL_ttf 3.0.0.