Skip to content

SdlTtfInit

Initialize SDL_ttf.

You must successfully call this routine before it is safe to call any other function in this library.

It is safe to call this more than once, and each successful SdlTtfInit call should be paired with a matching SdlTtfQuit call.

Definition

Unit: Neslib.Sdl3.Ttf

procedure SdlTtfInit; inline

Exceptions

ESdlError: Raised on failure.

See Also