grimfang4 / SDL_FontCache

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

Small fix for FC_DrawColumnFromBuffer #57

Open ThrudTheBarbarian opened 1 year ago

ThrudTheBarbarian commented 1 year ago

The y offset added to each line is just calculated as the font height, and it ought to be the font height * the scale.y