issues
search
libsdl-org
/
SDL_ttf
Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
402
stars
131
forks
source link
Cleanup and polish on the new TTF_Text API
#421
Closed
slouken
closed
1 month ago
slouken
commented
1 month ago
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
https://github.com/libsdl-org/SDL_ttf/issues/418
Fixes https://github.com/libsdl-org/SDL_ttf/issues/418