<div dir="ltr">On Thu, Feb 7, 2013 at 10:46 AM, Roberto Garrido <span dir="ltr">&lt;<a href="mailto:rgarrido@emedica.es" target="_blank">rgarrido@emedica.es</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="ES" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Thanks Dave,<u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">We are using Vtk 5.10.0.<u></u><u></u></span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Is there any way to solve it without switching to development branch?</span></p></div>
</div>
</blockquote><div><br></div><div style>Not really, unless you want to patch the VTK sources you&#39;re using. It&#39;d be a lot of effort to backport the new text rendering framework in its entirety, but changing:</div><div style>

<br></div><div style>bbox[0] = bbox[2] = VTK_INT_MAX;</div><div style><br></div><div style>to</div><div style><br></div><div style>bbox[0] = bbox[2] = 0;</div><div style><br></div><div style>on line 857 of Rendering/vtkFreeTypeUtilities.cxx in VTK 5.10.0 will probably fix this particular issue for you.</div>

<div style><br></div><div style>Hope this helps,</div><div style>Dave</div></div></div></div>