[Webkit-unassigned] [Bug 162737] New: [Win] Don't hardcode the name of the system font

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 10:46:47 PDT 2016


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

            Bug ID: 162737
           Summary: [Win] Don't hardcode the name of the system font
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

WebKit hard-codes the name of the Windows system font in a few places. This isn't right for a number of reasons, not the least of which is that "Lucida Grande" isn't even the system font anymore!

> +        m_isSystemFont = !wcscmp(faceName, L"Lucida Grande");

This should be done in one place (shared between all Windows ports), and should be done properly to reflect the actual font used on the system (which may change from time-to-time).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160929/44175ce7/attachment.html>


More information about the webkit-unassigned mailing list