How to draw text that includes apostrophes.
Posted: 2010-03-15T10:42:53-07:00
I need to include apostrophes in the text I'm printing.
Here is the text I would like to produce.
BLUE X'Y'Z' Prime Values X'=2014 Y'=1416 Z'=3816
Here is how I draw text. I can't figure out how to get those apostrophes added without breaking the parsing of that statement.
-draw "text 100,550 ' BLUE X'Y'Z' Prime Values X'=2014 Y'=1416 Z'=3816 ' "
Thank you for your help,
Drew
Here is the text I would like to produce.
BLUE X'Y'Z' Prime Values X'=2014 Y'=1416 Z'=3816
Here is how I draw text. I can't figure out how to get those apostrophes added without breaking the parsing of that statement.
-draw "text 100,550 ' BLUE X'Y'Z' Prime Values X'=2014 Y'=1416 Z'=3816 ' "
Thank you for your help,
Drew