1
Graphics / Re: Drawing text on an image and saving the image
« on: April 27, 2022, 07:57:32 am »Apparently after drawing into a render texture, you have to call it's .display() method, otherwise the texture is left in an undefined state and can appear upside down.
Yes, it's worked out now! Thanks!
(click to show/hide)
It remains to understand how to correctly output the text according to the coordinates I need?