<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 10, 2016 at 1:59 AM, AlexUtrobin <span dir="ltr"><<a href="mailto:AlexUtrobin@yandex.ru" target="_blank">AlexUtrobin@yandex.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I can not change the font and I can not show the Unicode text in<br>
vtkCubeAxesActor. The same actions with vtkTextActor work.<br>
What am I doing wrong?<br></blockquote><div><br></div><div>vtkCubeAxes unfortunately still uses the vtkVectorText class to render text by default. This class only supports a subset of ASCII characters, and lacks many of the newer features available in the vtkTextActor/vtkTextActor3D/vtkTextMapper classes.</div><div><br></div><div>The good news is that there is a switch on the class to tell it to use vtkTextActor3D instead of vtkVectorText:</div><div><br></div><div>Add mCubeAxesActor.SetUseTextActor3D(1) to your test and it should work as expected.</div><div><br></div><div>HTH,</div><div>Dave</div></div></div></div>