drawFittedText is super, but right now it’s bugging me.
It appears to be the only function that will automatically put text on multiple lines when needed whilst providing you with justification controls. however, for my current purposes, i really don’t want it to squish the text horizontally.
Any chance of adding an extra bool parameter (default true) to allow this feature to be disabled?
For my quiz program, the questions are written by the teacher and can be of any length, but i don’t want them to have to carefully make sure they’re not at a length that makes them squished (and subsequently harder to read on a projected image at the front of the class).