<div dir="ltr">Hi Marcel,<br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 19, 2014 at 7:21 PM, Marcel Taeumel <span dir="ltr">&lt;<a href="mailto:marcel.taeumel@student.hpi.uni-potsdam.de" target="_blank">marcel.taeumel@student.hpi.uni-potsdam.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
Is there a way to check for this flag within the running image? If we had<br>
appropriate fonts and pictures and stuff, we still need that condition to<br>
activate them.<br></blockquote><div><br></div><div>There&#39;s no primitive to access it. You could call GetProcessDPIAwareness through the FFI, see <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/dn302113(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/dn302113(v=vs.85).aspx</a>.  But perhaps this merits a generic vm parameter or primitive?  e.g. DisplayScreen&gt;&gt;isScaled or some such?</div></div>-- <br>best,<div>Eliot</div>
</div></div>