Man page - ttf_tagtostring(3)

Packages contas this manual

Manual

TTF_TagToString(3) SDL_ttf3 FUNCTIONS TTF_TagToString(3)

TTF_TagToString - Convert from a 32-bit tag to a 4 character string.

Defined in SDL3_ttf/SDL_ttf.h

#include "SDL3_ttf/SDL_ttf.h"
void TTF_TagToString(Uint32 tag, char *string, size_t size);

the 32-bit tag to convert.
a pointer filled in with the 4 character representation of the tag.
the size of the buffer pointed at by string, should be at least 4.

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