Replies: 1 comment
-
Using I noticed this problem when I started using kitty for the first time, and still don't know how to adjust CoreText / CoreGraphics / OpenGL GLSL to achieve the similar rendering result. The following PR is also related to text rendering |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Apple's SF Mono as my terminal font; kitty's rendering is different from Apple's, and I'm wondering if I can get parity with
Terminal.app
Here's
Terminal.app
with SF Mono Regular, 11Here's
kitty
with SF Mono Regular, 11 (kitty -o "font_family=SFMono-Regular"
)And for posterity, here's
TextEdit.app
with font rendering matching Apple's ownTerminal.app
I've toyed with
macos_thicken_font
, but it's certainly not as sharp as Apple's rendering—notice the feet of1
and2
, and the stem in theb
Terminal.app
referencekitty
reference (kitty -o "font_family=SFMono-Regular" -o "font_size=11" -o "macos_thicken_font=0.4"
)Beta Was this translation helpful? Give feedback.
All reactions