how can i draw text like "It's magic"
Code: Select all
-draw "text 100,100 'Its magic'"
how to do it with the single quotation mark included.
I don't want to put the text in a file, like this
Code: Select all
-draw @MyText.txt
Alexander Peskes
Code: Select all
-draw "text 100,100 'Its magic'"
Code: Select all
-draw @MyText.txt