<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [FreeType] Incorrect application of glyph positioning in the Y direction"
   href="https://bugs.webkit.org/show_bug.cgi?id=161493#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [FreeType] Incorrect application of glyph positioning in the Y direction"
   href="https://bugs.webkit.org/show_bug.cgi?id=161493">bug 161493</a>
              from <span class="vcard"><a class="email" href="mailto:mmaxfield&#64;apple.com" title="Myles C. Maxfield &lt;mmaxfield&#64;apple.com&gt;"> <span class="fn">Myles C. Maxfield</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=161493#c17">comment #17</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=161493#c11">comment #11</a>)
&gt; &gt; GlyphBuffer is only used for painting. As such, we can save space if,
&gt; &gt; instead of storing separate advances / origins in it, we collapse these into
&gt; &gt; &quot;painting advances&quot; which are the offset from each glyph's paint position to
&gt; &gt; the next.
&gt; &gt; 
&gt; &gt; I considered renaming GlyphBuffer to something like PaintingGlyphBuffer but
&gt; &gt; ultimately decided it wasn't worth the effort.
&gt; &gt; 
&gt; &gt; Ultimately, we should remove the m_offsets member from GlyphBuffer in the
&gt; &gt; Windows port. I plan on doing this at some point in the future. Rather than
&gt; &gt; increasing the usage of this variable, I would suggest computing each
&gt; &gt; glyph's paint position inside HarfBuzzShaper (thereby taking into account
&gt; &gt; the offsets) and storing that in GlyphBuffer.
&gt; 
&gt; I'm doing this at <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Remove unused member of GlyphBuffer"
   href="show_bug.cgi?id=161814">https://bugs.webkit.org/show_bug.cgi?id=161814</a></span >

Whoops, looks like it's used in FontCGWin.cpp... not sure how I missed that...</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>