Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - alexanderzhirov

Pages: [1]
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?

2
Graphics / Drawing text on an image and saving the image
« on: April 27, 2022, 07:23:58 am »
I'm trying to output text to an image. It is not possible to output text by coordinates (x,y) and after saving the image turns out to be mirrored and inverted. I don't understand what I'm doing wrong?

(click to show/hide)


Pages: [1]