tuupola / hagl

Hardware Agnostic Graphics Library for embedded
https://www.appelsiini.net/tags/hagl/
MIT License
296 stars 47 forks source link

Allow drawing scaled chars (hagl_put_scaled_char) and text (hagl_put_scaled_text) #46

Open yanickv opened 2 years ago

yanickv commented 2 years ago

Drawing of text is much too small without scaling (on TTGO T-Display). I tried larger fonts, but were not big enough (and some of the biggest fonts didn't work properly).

tuupola commented 2 years ago

This is related to https://github.com/tuupola/hagl/issues/39 and https://github.com/tuupola/hagl/issues/42. I have not decided yet which way to go but it will most likely be style objects. Style objects would allow multitude of different parameters while still keeping the API lean.