macOS: Fix fallback font rendering for bold/italic text not working for some symbols that are present in the Menlo regular face but not the bold/italic faces

Fixes #8282
This commit is contained in:
Kovid Goyal
2025-02-03 10:31:27 +05:30
parent 02a88b2803
commit 20821f4beb
2 changed files with 36 additions and 48 deletions

View File

@@ -112,6 +112,8 @@ Detailed list of changes
- Speed up rendering of box drawing characters by moving the implementation to native code
- macOS: Fix fallback font rendering for bold/italic text not working for some symbols that are present in the Menlo regular face but not the bold/italic faces (:iss:`8282`)
0.39.1 [2025-02-01]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~