Converting a text into an image

I did a little trick once, to be able to draw things in a hidden canvas and save the picture, and it worked.
The trick is to make a horizontal arrangement and make it fill parent on its width.
Then Inside it put an arrangement to the left and a canvas to the right. The arrangement on the left should have width 100% (not fill parent). That will push the canvas outside the screen, but will still count as visible.

2 Likes