logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_TTF_VERSION_ATLEAST - This macro will evaluate to true if compiled with SDL_ttf at least X.Y.Z.

Header File

       Defined in SDL3_ttf/SDL_ttf.h

Name

       SDL_TTF_VERSION_ATLEAST - This macro will evaluate to true if compiled with SDL_ttf at least X.Y.Z.

Synopsis

#include"SDL3_ttf/SDL_ttf.h"#defineSDL_TTF_VERSION_ATLEAST(X,Y,Z).BI((SDL_TTF_MAJOR_VERSION>=X)&&.BI(SDL_TTF_MAJOR_VERSION>X||SDL_TTF_MINOR_VERSION>=Y)&&.BI(SDL_TTF_MAJOR_VERSION>X||SDL_TTF_MINOR_VERSION>Y||SDL_TTF_MICRO_VERSION>=Z))

SDL_ttf                                           SDL_ttf 3.2.2                       SDL_TTF_VERSION_ATLEAST(3)

See Also