New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firacode Rendering on OSX for ligatures looks offset and not-centered. #2591
Comments
First, dont use patched fonts. They are often broken. And there is no need to use them with kitty. As long as you have the nerd fonts installed, kitty will pick up and use them automatically, or you could configure it to do so with symbol_map in kitty.conf. let me know if the issue persists without using patched fonts, if so, I will take a look. |
@kovidgoyal I tried the unpatched fonts; I believe these fonts are now unpatched (same effect). I had started with them:
|
I can confirm this issue. It was introduced with Using kitty on macOS 10.14, Fira Code Retina, |
Then it will be because of the fix for #1457 I dont really see a good solution here. centering breaks rendering for |
Note, I have not tested the fix, I leave that to somebody that uses macOS as their primary platform. |
This is needed for FiraCode ligatures to line up correctly. See #2591 (comment)
This should fix that: e803505 |
Yes it does, thank you! |
Great work! |
This looks really weird compared to my Debian machine,
On my Debian machine,
HELLO::WORLD
results in the::
being tighter together without sitting on the left with a glaring space on the right.I'm using
FiraCode Nerd Font
and I've tried withFiraCode Nerd Font Retina
The text was updated successfully, but these errors were encountered: