Skip to content

Commit

Permalink
Sync SDL3_ttf wiki -> header
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
SDLWikiBot committed Dec 28, 2024
1 parent c82c4bd commit a71b5fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions include/SDL3_ttf/SDL_ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ extern SDL_DECLSPEC bool SDLCALL TTF_GetFontDPI(TTF_Font *font, int *hdpi, int *
/**
* Font style flags for TTF_Font
*
* These are the flags which can be used to set the style of a font in SDL_ttf.
* A combination of these flags can be used with functions that set or query
* font style, such as TTF_SetFontStyle or TTF_GetFontStyle.
* These are the flags which can be used to set the style of a font in
* SDL_ttf. A combination of these flags can be used with functions that set
* or query font style, such as TTF_SetFontStyle or TTF_GetFontStyle.
*
* \since This function is available since SDL_ttf 3.0.0.
*
Expand Down Expand Up @@ -460,8 +460,9 @@ extern SDL_DECLSPEC int SDLCALL TTF_GetFontOutline(const TTF_Font *font);
/**
* Hinting flags for TTF (TrueType Fonts)
*
* This enum specifies the level of hinting to be applied to the font rendering.
* The hinting level determines how much the font's outlines are adjusted for better alignment on the pixel grid.
* This enum specifies the level of hinting to be applied to the font
* rendering. The hinting level determines how much the font's outlines are
* adjusted for better alignment on the pixel grid.
*
* \since This enum is available since SDL_ttf 3.0.0.
*
Expand Down

0 comments on commit a71b5fa

Please sign in to comment.