Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c38e7f31236ca7f712b57236200a1497884d4b4b
      
https://github.com/WebKit/WebKit/commit/c38e7f31236ca7f712b57236200a1497884d4b4b
  Author: Fujii Hironori <[email protected]>
  Date:   2025-01-21 (Tue, 21 Jan 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/skia/FontCacheSkia.cpp

  Log Message:
  -----------
  [Win Skia] FontCache::lastResortFallbackFont can't find "serif" font on 
Windows
https://bugs.webkit.org/show_bug.cgi?id=286275

Reviewed by Don Olmstead.

`FontCache::lastResortFallbackFont` in FontCacheSkia.cpp has the
hard-coded "serif" font name. This works fine for Linux, but for
Windows.

Use "Times New Roman" font for Windows.

* Source/WebCore/platform/graphics/skia/FontCacheSkia.cpp:
(WebCore::FontCache::lastResortFallbackFont):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to