[Webkit-unassigned] [Bug 217767] New: Font matrices are only considered for non-color-bitmap fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 10:58:04 PDT 2020


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

            Bug ID: 217767
           Summary: Font matrices are only considered for non-color-bitmap
                    fonts
           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

Color bitmap fonts aren't special; there shouldn't be a branch here.

See FontCascade::drawGlyphs():

if (!platformData.isColorBitmapFont())
    result = CTFontGetMatrix(platformData.font());

-- 
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/20201015/9456dc6f/attachment.htm>


More information about the webkit-unassigned mailing list