[webkit-changes] [WebKit/WebKit] bb80ff: [Cocoa] Stop working around a Core Text bug that h...

Myles C. Maxfield noreply at github.com
Fri Feb 10 15:10:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bb80fff2246e5d073ea7a2bc36f296579e1b5073
      https://github.com/WebKit/WebKit/commit/bb80fff2246e5d073ea7a2bc36f296579e1b5073
  Author: Myles C. Maxfield <mmaxfield at apple.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp

  Log Message:
  -----------
  [Cocoa] Stop working around a Core Text bug that has been fixed
https://bugs.webkit.org/show_bug.cgi?id=252034
rdar://105258615

Reviewed by Alan Baradlay.

A long time ago, if you set a variation axis to an out-of-range value with Core Text, bad things happened.
But now they get clamped as expected.

* Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:
(WebCore::preparePlatformFont):

Canonical link: https://commits.webkit.org/260130@main




More information about the webkit-changes mailing list