I want to add text to a canvas by:
1. opening a text widget;
2. type the text in the text widget;
3 having a button which automatically transfers the text to the cursor so that I can place it where I want on the canvas.
Can someone explain how this can be done?
I appreciate that I could write the text at a certain point and then move it.It would look so much better if the text ‘went’ straightaway to the cursor.