logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Availability

       This function is available since SDL_ttf 3.0.0.

Function Parameters

tag    the 32-bit tag to convert.

       string a pointer filled in with the 4 character representation of the tag.

       size   the size of the buffer pointed at by string, should be at least 4.

Header File

       Defined in SDL3_ttf/SDL_ttf.h

Name

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

See Also

(3), TTF_TagToString(3)

SDL_ttf                                           SDL_ttf 3.2.2                               TTF_TagToString(3)

Synopsis

#include"SDL3_ttf/SDL_ttf.h"voidTTF_TagToString(Uint32tag,char*string,size_tsize);

Thread Safety

       It is safe to call this function from any thread.

See Also