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

Subpixel antialiasing no longer works as expected since 0.12.0 #2415

Open
pushqrdx opened this issue Mar 12, 2024 · 1 comment
Open

Subpixel antialiasing no longer works as expected since 0.12.0 #2415

pushqrdx opened this issue Mar 12, 2024 · 1 comment
Labels
bug Something isn't working font rendering Something is wrong with the way neovide renders fonts

Comments

@pushqrdx
Copy link
Contributor

pushqrdx commented Mar 12, 2024

Describe the bug
The latest version that has correct subpixel antialiasing is 0.11.2, With versions 0.12.0 onwards only grayscale antialiasing is used even with #e-subpixelantialias flag

Current behavior
image

Expected behavior
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Neovide Version > 0.11.2
@pushqrdx pushqrdx added the bug Something isn't working label Mar 12, 2024
@fredizzimo fredizzimo added the font rendering Something is wrong with the way neovide renders fonts label May 17, 2024
@anomiet
Copy link

anomiet commented May 22, 2024

I wanted to also chime in and say I'm experiencing the same issue on Windows 10. I am currently using Neovide 0.11.2 (0.12.0 and 0.13.0 both exhibit this issue).

My neovide config regardless of version (and subpixel-AA only works in 0.11.2):

if vim.g.neovide then
  vim.g.neovide_cursor_animation_length = 0
  vim.g.neovide_cursor_trail_size = 0
  vim.g.neovide_scroll_animation_length = 0
  vim.g.neovide_scroll_animation_far_lines = 0
  vim.o.guifont = "Source Code Pro:h9:#e-subpixelantialias:#h-normal"
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working font rendering Something is wrong with the way neovide renders fonts
Projects
None yet
Development

No branches or pull requests

3 participants