[webkit-changes] [WebKit/WebKit] 77879c: [Fonts] initiateFontLoadingByAccessingGlyphDataIfA...

Myles C. Maxfield noreply at github.com
Sat Aug 26 22:04:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 77879c827b3d9e45e866628d12cf2dea1574b84c
      https://github.com/WebKit/WebKit/commit/77879c827b3d9e45e866628d12cf2dea1574b84c
  Author: Myles C. Maxfield <mmaxfield at apple.com>
  Date:   2023-08-26 (Sat, 26 Aug 2023)

  Changed paths:
    M Source/WebCore/rendering/RenderText.cpp

  Log Message:
  -----------
  [Fonts] initiateFontLoadingByAccessingGlyphDataIfApplicable() operates on code units, not code points
https://bugs.webkit.org/show_bug.cgi?id=260768
rdar://114488476

Reviewed by Cameron McCormack.

It's meaningless to lookup fonts using individual surrogates.

* Source/WebCore/rendering/RenderText.cpp:
(WebCore::initiateFontLoadingByAccessingGlyphDataIfApplicable):

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




More information about the webkit-changes mailing list