You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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????
The text was updated successfully, but these errors were encountered:
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...
OS has its own font. Neovim make any font look like stairs.
Laptop 17" FHD scale=100%
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
Problems exists on both i tried to use. v0.2.17 and v0.2.16.1
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????
The text was updated successfully, but these errors were encountered: