TTF_StringToTag - Convert from a 4 character string to a 32-bit tag.
Contents
Availability
This function is available since SDL_ttf 3.0.0.
Function Parameters
string the 4 character string to convert.
Header File
Defined in SDL3_ttf/SDL_ttf.h
Name
TTF_StringToTag - Convert from a 4 character string to a 32-bit tag.
Return Value
Returns the 32-bit representation of the string.
See Also
•(3), TTF_TagToString(3) SDL_ttf SDL_ttf 3.2.2 TTF_StringToTag(3)
Synopsis
#include"SDL3_ttf/SDL_ttf.h"Uint32TTF_StringToTag(constchar*string);
Thread Safety
It is safe to call this function from any thread.
