Hi all,
I am trying to rotate annotation text "TEST" using the following and it does not work:
Add Text Annotation(Text( "TEST" ), {Rotate Text( "Vertical" )} ,Fixed Size( 0 ),Text Box( {343, 170, 385, 194} ),Filled( 0 ))
I don't think the annotation tool supports text angles, interactively or via scripting.
Look in help->scripting index to find the text and text font functions you can use in a graphic script.
Text Font rotates to any angle, not just 0 or 90.