libsdl-org / SDL_ttf

Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
402 stars 131 forks source link

Fixed display of newlines in wrapped text #397

Closed slouken closed 1 month ago

slouken commented 1 month ago

We keep the newlines in the buffer and replace them with ZERO WIDTH SPACE for rendering purposes.