<div dir="ltr"><div><div><div>I cloned the git repo some time time back and built from source<br></div>The vtkTextActor/vtkTextWidget seem to be working fine with unicode but I see some other problems which make them unusable for me.<br><br></div>Any recommendations on how to check the difference between vtkCornerAnnotation and the vtkTextActor will be great. Seems like an easy fix<br><br></div>Thanks<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 21, 2014 at 4:49 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 21 Oct 2014 12:46:15 -0400, Alok said:<br>
<br>
>I have been trying for a while to display a degree symbol in<br>
>vtkCornerAnnotation.<br>
><br>
>The way I am trying to do it is like this:<br>
>std;:string angle = computeAngle()+"\u00B0";<br>
>cornerAnnotation->SetText(3,angle.c_str()); //where cornerAnnotation if of<br>
>type vtkCornerAnnotation.<br>
><br>
>This displays something like 50° rather than 50°<br>
>When I display the string on a terminal it works as expected.<br>
<br>
In the past, VTK hasn't had very good Unicode support.  I'm not sure where it stands today actually.  What version of VTK are you using?  You'll have the best results with the newest version I expect.<br>
<br>
Cheers,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
<br>
<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">I live a simple life...  in 0s and 1s !</div>
</div>