<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Use floating point for glyph positioning in VCL"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103322#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Use floating point for glyph positioning in VCL"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=103322">bug 103322</a>
              from <span class="vcard"><a class="email" href="mailto:khaledhosny@eglug.org" title="Khaled Hosny <khaledhosny@eglug.org>"> <span class="fn">Khaled Hosny</span></a>
</span></b>
        <pre>Another alternative to floating point, is to keep using integers but use a
scale, so instead of shaping at 10 pixels and drawing at the coordinates we
get, we shape at 10 * SCALE and shape ant coordinates / SCALE. Which is what
many other libraries do, and I vaguely remember that we have something similar
by may be we are not using it thoroughly. Worth investigating.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>