Hi,<br><br>I&#39;m using vtkCaptionActor2D to make annotations over images with vtkImageViewer2. Sometimes is needed to make this annotations with a different orientation rather than the usual &quot;Left to Right&quot; way, for example upside-down in right to left way, or vertically in bottom to up way or viceversa.
<br><br>I figured this can be done getting the vtkTextProperty and then setting the orientation with the SetOrientation method. The fact is the text is always displayed in the usual left-to-right way. I&#39;ve tried with 0, 90, 180 and 270 degrees and it always displays with the same orientation.
<br><br>Do I have to take into account another parameters to show the text in the desired orientation? How can I achieve this?<br><br>Thanks in advance! <br>