<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09.03.2017 19:42, Alexey via Lazarus
      wrote:<br>
    </div>
    <blockquote cite="mid:e3ea4401-9892-6063-a463-1abc89384d61@ya.ru"
      type="cite">On 09.03.2017 16:01, Ondrej Pokorny via Lazarus wrote:
      <br>
      <blockquote type="cite">will have the ScaleFactor equivalent (I'll
        keep PixelsPerInch). Probably more changes will be needed.
        <br>
        On Windows: DesignTimePPI=96 -> DesignTimeScaleFactor=100
        <- On Mac: DesignTimePPI=72. The same goes for
        PixelsPerInch/ScaleFactor.
        <br>
      </blockquote>
      <br>
      IMO it's not needed yet.</blockquote>
    <br>
    It must be sorted out for 1.8 - i.e. this month.<br>
    <br>
    <blockquote cite="mid:e3ea4401-9892-6063-a463-1abc89384d61@ya.ru"
      type="cite">can you tell why the Mac font becomes bigger?</blockquote>
    <br>
    Because Font: Height := -MulDiv(Size, <b>PixelsPerInch</b>, 72);<br>
    <br>
    Ondrej<br>
  </body>
</html>