M2D draw text bug .
Demo bug >>>> https://microstudio.dev/i/Loginus/m2dtest2/
Using the M2D graphics library - the text is displayed upside down. It probably has to do with the fact that M2D tries to maintain similar graphics settings as a standard graphics library (keeps the origin of the frame of reference in the middle of the screen, and reverses the drawn image behind the scene).
But this behavior has a problem when you write text - because the text is now reversed.
You can get around this by reversing the text, but that seems so counterintuitive.