sdl3/lib_sdl_ttf_ex library

Properties

SDL_TTF_COMPILEDVERSION int
const SDL_TTF_COMPILEDVERSION = \ SDL_VERSIONNUM(SDL_TTF_MAJOR_VERSION, SDL_TTF_MINOR_VERSION, SDL_TTF_PATCHLEVEL);
final

Functions

sdlTtfVersionAtleast(int x, int y, int z) bool
const SDL_TTF_VERSION_ATLEAST = (X, Y, Z) \ (SDL_TTF_COMPILEDVERSION >= SDL_VERSIONNUM(X, Y, Z));
ttfGetError() String?
const TTF_GetError = SDL_GetError;
ttfSetError(String fmt, Pointer<NativeType> arg1) bool
// c // const TTF_RenderText = (font, text, fg, bg) \ TTF_RenderText_Shaded(font, text, fg, bg); // // c // const TTF_RenderUTF8 = (font, text, fg, bg) \ TTF_RenderUTF8_Shaded(font, text, fg, bg); // // c // const TTF_RenderUNICODE = (font, text, fg, bg) \ TTF_RenderUNICODE_Shaded(font, text, fg, bg); // ```