-
-
Notifications
You must be signed in to change notification settings - Fork 971
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
Chinese characters too small #4707
Comments
How big they are depends on the font used for them. Pick a different |
I have only 'noto' font installed. I don't know which font gnome-terminal actually used. Can you help me? @kovidgoyal |
If its the same font then its most likely that gnome terminal is rendering it at a higher font size. kitty scales fallback fonts so that their reported height fits within the cell height. You can try using adjust_line_height in kitty.conf to increasethe cell height. |
Increasing the cell height does help. But it wastes some space... |
I can reproduce the issue. Some (e.g. Noto) two character width fonts used with mono fonts (e.g. Hack, the OS default one) are particularly small at standard font size (e.g. font_size=10). The font combination works fine in Konsole, filling the entire line height. |
Yeah, there isn't much that can be done about that, essentially one would |
since kovidgoyal/kitty#4707 is merged Signed-off-by: John Wang <wangzq.jn@gmail.com>
Describe the bug
Chinese characters are much more smaller than those in gnome-terminal.
Screenshots
Environment details
kitty 0.24.1 (2151969) created by Kovid Goyal
Linux ubuntu 5.4.0-26-generic
Additional context
Try to reproduce the problem with
kitty --config NONE
, the same problem.The text was updated successfully, but these errors were encountered: