[Webkit-unassigned] [Bug 215661] New: Simple text codepath ignores y-component of glyph advances

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 14:17:03 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=215661

            Bug ID: 215661
           Summary: Simple text codepath ignores y-component of glyph
                    advances
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com
                CC: mmaxfield at apple.com

It has:

float Font::platformWidthForGlyph(Glyph glyph) const
{
    CGSize advance = CGSizeZero;
    ... populate advance ...
    return advance.width + [unrelated stuff];
}

and

float width = font->widthForGlyph(glyph);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200819/4177b63d/attachment.htm>


More information about the webkit-unassigned mailing list