You are not logged in.
When I have DPI scale > 100% (current setting is 125%), when using bitmap fonts (Terminus in this case, but this happens on all bitmap fonts), the line spacing between character increases. As pictured below:
The left is using QT_SCALE_FACTOR=0.8 (to rescale it to 100%) and the right is with a scale of 1 (to use the 125% DPI scale). As you see on the right the line spacing is much wider.
Is there a way to fix this without using rescaling the window to 100% using QT_SCALE_FACTOR?
Last edited by Fusion916 (2024-07-22 07:12:09)
Offline