macOS: Fix the baseline for text not matching other CoreText based applications for some fonts

Finally found an API to query CoreText for the adjusted baseline
position, so the baseline should now match up with other CoreText
based applications.

Fixes #2022
This commit is contained in:
Kovid Goyal
2021-05-29 14:15:08 +05:30
parent 056d16017f
commit 39b3d3de0f
2 changed files with 28 additions and 3 deletions

View File

@@ -43,6 +43,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Add a new ``Shell`` menu to the global menubar with some commonly used
actions (:pull:`3653`)
- macOS: Fix the baseline for text not matching other CoreText based
applications for some fonts (:iss:`2022`)
- Add a few more special commandline arguments for the launch command. Now all
``KITTY_PIPE_DATA`` is also available via command line argument substitution
(:iss:`3593`)