Skip to content

Commit

Permalink
Sync SDL3_ttf wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Apr 9, 2024
1 parent f521613 commit 23518cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/SDL3_ttf/SDL_ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extern "C" {
#define TTF_VERSION(X) SDL_TTF_VERSION(X)

/**
* This macro will evaluate to true if compiled with SDL_ttf at least X.Y.Z.
* This macro will evaluate to true if compiled with SDL_ttf at least X.Y.Z.
*/
#define SDL_TTF_VERSION_ATLEAST(X, Y, Z) \
((SDL_TTF_MAJOR_VERSION >= X) && \
Expand Down Expand Up @@ -140,7 +140,9 @@ extern DECLSPEC void SDLCALL TTF_GetHarfBuzzVersion(int *major, int *minor, int
extern DECLSPEC void SDLCALL TTF_ByteSwappedUNICODE(SDL_bool swapped);

/**
* The internal structure containing font information. Opaque data!
* The internal structure containing font information.
*
* Opaque data!
*/
typedef struct _TTF_Font TTF_Font;

Expand Down

0 comments on commit 23518cb

Please sign in to comment.