-
Notifications
You must be signed in to change notification settings - Fork 31
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
Is there a way to set the font for CJK characters separately? #123
Comments
We may try to "bind" an English font and a CJK font into a single font by editing ~/.config/fontconfig/fonts.conf:
http://lilyterm.luna.com.tw/html/document.html#Monospace%20fonts |
All right... Now I see what the problem is. I have to restart the X in order for fonts.conf to take effect in LilyTerm. How stupid I am! However, the configuration in your last comment and in the link above does not seem to be a good fit for my system though. The problem that I showed above still remains. After trying many times, I happened to write the following codes which fit me most in my case:
(The thing which makes a difference I think is that I changed Ubuntu Mono derivative Powerline is for English alphabets as well as WenQuanYi Zen Hei for CJK characters, and both are arranged in order now: But there are still some questions perplexing me all the time. For I have also set a font in LilyTerm, what's the relationship between this font and the font I set in I really appreciate it a lot if you could help! |
How about using the Noto fonts? https://github.com/adobe-fonts/source-han-sans/tree/release |
Yes, I am also using that, including both Source Code Pro and Source Han Sans. They are really pretty fonts. But I still need to change Here is my setting:
|
At first I want to say I like LilyTerm very much. It is one of the best terminal emulators I have ever used for it is quick, pretty, and can display CJK characters very well.
I am just wondering whether I can set the font for English alphabets and CJK characters separately, just like the options in .vimrc
guifont
andguifontwide
for gvim. As I spend most of my time each day writing things in vim in the terminal, it would help me a lot if I could use a different font for CJK characters rather than the few ones originally designed for English alphabets.Thanks for your help!
The text was updated successfully, but these errors were encountered: