grimfang4 / SDL_FontCache

A generic font caching C library with loading and rendering support for SDL.
MIT License
305 stars 66 forks source link

Text rotation #37

Open philoez98 opened 5 years ago

philoez98 commented 5 years ago

Hi, first of all thank you for this library! It has been really useful. I am trying to render some rotated text. I tried to rotate the box in which the text is rendered with no luck, as the actual text was just split in more lines but not rotated at all.

Is there a way to do so? Is there a way to control the orientation of the text when rendering?

Thanks