Skip to content

SdlTtfStringToTag

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

Definition

Unit: Neslib.Sdl3.Ttf

function SdlTtfStringToTag(const AString: String): Cardinal; inline

Parameters

AString: String : The 4 character string to convert.

Returns

Cardinal: The 32-bit representation of the string.

See Also

Remarks

It is safe to call this function from any thread.