Skip to content
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

Text looks not well with guifont Iosevka #110

Closed
SilverRainZ opened this issue Jan 29, 2021 · 3 comments
Closed

Text looks not well with guifont Iosevka #110

SilverRainZ opened this issue Jan 29, 2021 · 3 comments

Comments

@SilverRainZ
Copy link

I use Iosevka as my code font, It seems that uivonim can not render it welcl, I am not sure who cause this problem.

2021-01-29_13:49:23

@smolck
Copy link
Owner

smolck commented Jan 29, 2021

Hmm, I'm not experiencing this issue with Iosevka installed. Text tends to look like that when the value set for guifont can't actually be found (and so it uses some default, and probably not monospaced, font), so are you sure you have Iosevka installed and not Iosevka Term or similar? In that case, doing set guifont=Iosevka\ Term should fix the issue (you have to pass the full name of the font).

@smolck smolck added the needs-more-info Further information is requested label Jan 29, 2021
@SilverRainZ
Copy link
Author

It seems that I use a wrong syntax for guifonts:

-set guifont=Iosevka\ 14
+set guifont=Iosevka:h16

Now it works well (but still something wrong when displaying chinese), should I open another issue to report it?

@smolck
Copy link
Owner

smolck commented Jan 29, 2021

It seems that I use a wrong syntax for guifonts:

-set guifont=Iosevka\ 14
+set guifont=Iosevka:h16

Now it works well

Great! I'll go ahead and close this then.

(but still something wrong when displaying chinese), should I open another issue to report it?

I have a feeling you're seeing a similar issue/the same issue as that of #107 (non-Latin text not rendering properly), just with Chinese instead of Devanagari, so you may wish to check that issue out and posting there before creating a new one. But I also don't mind a new issue if you'd prefer that or if yours is a different issue from that of #107.

@smolck smolck closed this as completed Jan 29, 2021
@smolck smolck removed the needs-more-info Further information is requested label Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants