Calculate how much of a UTF-8 string will fit in a given width.
Defined in SDL_ttf.h
font | the font to query. |
text | text to calculate, in UTF-8 encoding. |
measure_width | maximum width, in pixels, available for the string. |
count | on return, filled with number of characters that can be rendered. |
extent | on return, filled with latest calculated width. |
Returns 0 if successful, -1 on error.
This reports the number of characters that can be rendered before reaching measure_width
.
This does not need to render the string to do this calculation.
This function is available since SDL_ttf 2.0.18.