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

Font rendering bug #72

Closed
akiyosi opened this issue Nov 4, 2019 · 0 comments
Closed

Font rendering bug #72

akiyosi opened this issue Nov 4, 2019 · 0 comments

Comments

@akiyosi
Copy link
Owner

akiyosi commented Nov 4, 2019

If the DevicePixelRatio is larger than 1.0 in a non-MacOS environment, font rendering will be destroyed.
This is because DevicePixelRatio is hard coded as 1.0 in an environment other than MacOS.
It will be improved in the next version.

the following setting is a workaround.

~/.goneovim/setting.toml

[Editor]
CachedDrawing = false
@akiyosi akiyosi closed this as completed Nov 24, 2019
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

1 participant