mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
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:
@@ -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]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user