macOS: Fix some combining characters not being rendered

Use Harfbuzz for positioning instead of Core Text as Core Text doesn't
position combining chars correctly anymore. This may mean we need to
redo the cell metrics calculation as well, we will see. Core Text is
still used for rendering but at positions specified by Harfbuzz.

Fixes #6898
This commit is contained in:
Kovid Goyal
2023-12-10 20:30:24 +05:30
parent d41138c4c6
commit e9e889457d
2 changed files with 16 additions and 12 deletions

View File

@@ -57,6 +57,8 @@ Detailed list of changes
- Wayland: Fix a regression in the previous release that broke copying to clipboard under wl-roots based compositors in some circumstances
(:iss:`6890`)
- macOS: Fix some combining characters not being rendered (:iss:`6898`)
0.31.0 [2023-11-08]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~