Skip to content

Commit

Permalink
Sync SDL2_ttf header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Jun 14, 2024
1 parent 871d884 commit b42e09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SDL2_ttf/TTF_ByteSwappedUNICODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ void TTF_ByteSwappedUNICODE(SDL_bool swapped);
## Function Parameters
| | | |
| -------- | ----------- | ----------------------------------------------- |
| SDL_bool | **swapped** | boolean to indicate whether text is byteswapped |
| | | |
| -------- | ----------- | ------------------------------------------------ |
| SDL_bool | **swapped** | boolean to indicate whether text is byteswapped. |
## Remarks
Expand Down
2 changes: 1 addition & 1 deletion SDL2_ttf/TTF_SetFontSize.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int TTF_SetFontSize(TTF_Font *font, int ptsize);
## Return Value
(int) Returns 0 if successful, -1 on error
(int) Returns 0 if successful, -1 on error.
## Remarks
Expand Down

0 comments on commit b42e09e

Please sign in to comment.