<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 2, 2014 at 2:20 PM, yarram <span dir="ltr"><<a href="mailto:somasekhar.vit@gmail.com" target="_blank">somasekhar.vit@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello David,<br>
<br>
Thanks you for the reply, and for the information on custom fonts. But the<br>
problem is: I need to have polydata. I can get from vtkVectorText, but not<br>
from vtkTextActor3D. Is there any way I can get the polydata? Thanks in<br>
advance....<br></blockquote><div><br></div><div>Unfortunately, there is currently no way to get unicode text rendered as polydata in VTK. The only possibly way would be to use vtkTextRenderer::StringToPath to generate a vtkPath bezier curve and sample/triangulate the path manually (it will be tricky to figure out which areas get shaded). Other than that, unicode can only be rendered to image data.</div>
<div><br></div><div>Dave</div></div></div></div>