How to draw text which includes single quotes
Posted: 2007-03-22T03:45:02-07:00
Hi,
how can i draw text like "It's magic"
will work fine of course, but
how to do it with the single quotation mark included.
I don't want to put the text in a file, like this
Thanks,
Alexander Peskes
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