| TTF_StringToTag(3) | SDL_ttf3 FUNCTIONS | TTF_StringToTag(3) |
TTF_StringToTag - Convert from a 4 character string to a 32-bit tag.
Defined in SDL3_ttf/SDL_ttf.h
#include "SDL3_ttf/SDL_ttf.h"
Uint32 TTF_StringToTag(const char *string);
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.
•(3), TTF_TagToString(3)
| SDL_ttf 3.2.2 | SDL_ttf |