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 Antialiasing #1075

Open
ViRomea opened this issue Jul 5, 2023 · 2 comments
Open

Font Antialiasing #1075

ViRomea opened this issue Jul 5, 2023 · 2 comments

Comments

@ViRomea
Copy link

ViRomea commented Jul 5, 2023

Hello!
I read that there is an ability to do your font smoother with command
$env:QT_SCALE_FACTOR
but it doesn't work.
Are there another way to do font smooth????

@jgehrig
Copy link
Collaborator

jgehrig commented Jul 7, 2023

@ViRomea

Unfortunately, these are usually issues in the integration of Qt along with your font and OS.

Can you provide more details about your OS?

  • Windows/Linux/Mac
  • Specific Font
  • Display Scaling (100% vs non-100%)
  • How you installed nvim-qt
  • nvim-qt version

The QT_SCALE_FACTOR setting changes your display scaling within Qt. These days, it usually is not necessary to modify it and it only helps in some limited scenarios on non-100% scaled displays.

There probably isn't much we can do here, as Qt controls these details of the font rendering...

@ViRomea
Copy link
Author

ViRomea commented Jul 8, 2023

@jgehrig

  1. Win 1709 build16299.125 year 2017
  2. OS has its own font. Neovim make any font look like stairs.
  3. Laptop 17" FHD scale=100%
  4. The first install was from official git nvim with pre-installed nvim-qt.
    The second install was from official git nvim with CHANGED files loaded from this git - version v0.2.17 jul3 2022
  5. Problems exists on both i tried to use. v0.2.17 and v0.2.16.1

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