Skip to content

SdlTtfTagToString

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

Definition

Unit: Neslib.Sdl3.Ttf

function SdlTtfTagToString(const ATag: Cardinal): String; inline

Parameters

ATag: Cardinal : The 32-bit tag to convert.

Returns

String: The 4 character representation of the tag.

See Also

Remarks

It is safe to call this function from any thread.