Skip to content

Commit

Permalink
SDL3_ttf/TTF_SetFontScriptName: Fix parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn authored and icculus committed Apr 26, 2024
1 parent ff796a2 commit cd80d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3_ttf/TTF_SetFontScriptName.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int TTF_SetFontScriptName(TTF_Font *font, const char *script);
| | |
| -------------- | ----------------------------------------------- |
| **font** | the font to specify a direction for. |
| **font** | the font to specify a script name for. |
| **script** | null-terminated string of exactly 4 characters. |
## Return Value
Expand Down

0 comments on commit cd80d0e

Please sign in to comment.