-
-
Notifications
You must be signed in to change notification settings - Fork 980
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
font and icon render behavior #5415
Comments
nerd font icons are rendered big when they are followed by spaces. That is the same as it always was and is not going to change. 練 is not a font icon its a chinese character. If nerd fonts are using actual characters for their icons, thats a bug there, report it to them. As for 2, it is still not my goal to have kitty's rendering match any other terminals. |
Maybe I can accept your statement. but question 1 . I think you should check it. it should be work check pic1 I had check these behavior on those terminal they are both work . so please recheck it thanks. |
there is nothing to check. That codepoint is not appropriate for |
even use |
Put force_ltr yes in your kitty.conf |
Thanks for your kind help 👍 I do it but nothing changed .
|
Works for me, with kitty --debug-font-fallback --config NONE -o 'symbol_map U+fa57 Symbols Nerd Font' -o force_ltr=y sh -c 'printf "練"; read' |
@kovidgoyal right add it into symbol map it works . I just copy the symbolmap from kitty website . the |
looks like missed some icon symbol in website. |
There aren't any missed symbols. That is the list of actually correct PUA |
use these symbol map works with
|
Just now you said that this is a mistake that Chinese characters as nerdfont symbol. But it's actually because the map for this symbol is missing. Many symbols do not support space to expand the display. You also think it's someone else's fault. |
Jesus Christ. NERD fonts will have you replace Arabic and Chinese letters with THIS IS A BUG IN NERD FONTS. THEY CANNOT WILY NILY REPLACE GLYPHS THAT And the rest of the terminal emulators you name are all just |
Describe the bug
Hi @kovidgoyal thanks for all of your work on kitty . I used kiity 2 years but since last year I am not use computer for a while recently I update kitty and the icon behavior has changed. some nerd font icons a little small and some icons not render in kitty. compare with
iterm2
wezterm
gnome terminal
. you can check the screenshots . about icons we talk about before check #2850 also same #2672 . we can use icon+ space to make it big .but some icons likef09a
not work .練
this nerd font icon not render in kitty.about question 2 also we talk at #2848 . but recently I use
wezterm
it works likeadjust_column_width -1
. then I test this font oniterm2
alacritty
gnome terminal
they are have same behavior . notice that I am not meant to prove you wrong. I just wanted to say maybe you missed something , maybe not . Please correct me if I am wrong.To Reproduce
Screenshots
left is wezterm . right is kitty with
adjust_column_width -1
Environment details
Additional context
N/A
The text was updated successfully, but these errors were encountered: