-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup and polish on the new TTF_Text API
* showfont uses the API to show the caption * showfont now has an -editbox command line option to show the editbox * TTF_MeasureString() returns width in pixels and max_length in bytes * Removed TTF_CreateText_Wrapped() * TTF_SetTextWrapping() has been renamed TTF_SetTextWrapWidth() * TTF_GetTextWrapping() has been renamed TTF_GetTextWrapWidth() Fixes #418
- Loading branch information
Showing
6 changed files
with
274 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.