macOS: Reject styled fallback from CoreText if its family name is not the same as the original

On some systems, for the good Lord alone knows what reason, CoreText is
giving us Zapf Dingbats as a font for some symbols, which doesnt
actually work.

Fixes #7249 (I hope)
This commit is contained in:
Kovid Goyal
2024-03-22 14:38:08 +05:30
parent 12e9db4ccc
commit 98d32e50e0
2 changed files with 7 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ Detailed list of changes
- Mouse reporting: Fix drag release event outside the window not being reported in legacy mouse reporting modes (:iss:`7244`)
- macOS: Fix a regression in the previous release that broke rendering of some symbols on some systems (:iss:`7249`)
0.33.1 [2024-03-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~