Convert from a 4 character string to a 32-bit tag.
Defined in <SDL3_ttf/SDL_ttf.h>
Uint32 TTF_StringToTag(const char *string);| const char * | string | the 4 character string to convert. |
(Uint32) Returns the 32-bit representation of the string.
It is safe to call this function from any thread.
This function is available since SDL_ttf 3.0.0.