<div dir="ltr">Hi Sean,<div><br></div><div>Have you tried setting the DPI on the render window (vtkWindow::SetDPI)? The text actors should respect that.</div><div><br></div><div>HTH,<br></div><div>Allie</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 11, 2017 at 3:44 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">Hi all,<br>
<br>
We've been testing our app against VTK git master and have run into one HiDPI/Retina issue.<br>
<br>
In the attached screenshot (hopefully not too big for the list) we see two identical render windows except that the left one has Retina enabled, and the right one has it disabled.  (Indeed we see less aliasing with the left cone.)<br>
<br>
But notice the vtkTextActors.  The string appears half size in the left view.  I argue this is a bug.  To be clear, in both cases, we specified SetFontSize(30).<br>
<br>
It does not seem desirable to have to provide a different value to SetFontSize() depending on the display type (HiDPI or not).  With no other actor type, like the cones, does the display type matter.<br>
<br>
Presumably some code somewhere takes that font size and computes how many pixels tall/wide to make the text onscreen.  Perhaps it should doing something extra now?  I'm not sure how we should deal with this, so am here to discuss...<br>
<br>
Thanks,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
______________________________<wbr>______________________________<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" rel="noreferrer" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
</font></span><br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
<br>
<br></blockquote></div><br></div>