Closed ReallyComeOn closed 6 years ago
This is not an issue with libdrawtext. Libdrawtext simply renders textured quads. You can use the OpenGL matrix stack to transform them in any way you like. See the the "simple" example which draws arbitrarilly transformed text, if you are uncertain about how to do it.
Okay so, in my project I changed the glOrtho like so (it's a must):
And as expected, the text is now flipped and upside down. No matter what I do; I can't seem to get the text to flip/rotate. I have rotated textures in the past with OpenGL, but for some reason my methods will not work with dtx_string.