macOS: When CoreText fails to find a fallback font for a character in the first Private Use Unicode Area, preferentially use the NERD font, if available, for it

Fixes #6043
This commit is contained in:
Kovid Goyal
2024-03-20 20:01:17 +05:30
parent f3d9ad3244
commit e646596c5b
2 changed files with 30 additions and 19 deletions

View File

@@ -56,6 +56,9 @@ Detailed list of changes
- macOS: Fix text rendered with fallback fonts not respecting bold/italic styling (:disc:`7241`)
- macOS: When CoreText fails to find a fallback font for a character in the first Private Use Unicode Area, preferentially use the NERD font, if available, for it (:iss:`6043`)
0.33.0 [2024-03-12]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~