Skip to content

SdlTtfGetGlyphScript

Get the script used by a 32-bit codepoint.

Definition

Unit: Neslib.Sdl3.Ttf

function SdlTtfGetGlyphScript(const ACodepoint: UCS4Char): Cardinal; inline

Parameters

ACodepoint: UCS4Char : The character code (codepoint) to check.

Returns

Cardinal: An ISO 15924 code.

Exceptions

ESdlError: Raised on failure.

See Also

Remarks

This function is thread-safe.