Hello! While configuring my system I managed to screw up fonts in xterm. I wasn't touching fonts or xterm itself, so I guess I happened to pkg remove a package that took a crucial font setting or resource with it.
Now, no matter which font and size I choose in .Xresources, xterm has ugly kerning with large letter spacing. The font and size do change. The kerning stays bad.
Before:
After:
I found some old solutions of similar problems, and added these lines to my .Xresources:
but to no avail. Have also tried set hinting to 0.
If I turn xterm*renderFont to false, then the problem disappears, but the font becomes very small, and does not react any longer to changes in xterm*faceName or xterm*faceSize.
Is it about a setting in .Xresources? Or did something happen to fonts themselves? I believe it is the former, because in freshly installed alacritty everything works perfect, but I do not know how to troubleshoot it further...
PS. I did follow 5.5.1 from Handbook and installed urwfonts.
Now, no matter which font and size I choose in .Xresources, xterm has ugly kerning with large letter spacing. The font and size do change. The kerning stays bad.
Before:
After:
I found some old solutions of similar problems, and added these lines to my .Xresources:
Code:
xterm*autohint: false
xterm*hintstyle: hintslight
xterm*hinting: 1
but to no avail. Have also tried set hinting to 0.
If I turn xterm*renderFont to false, then the problem disappears, but the font becomes very small, and does not react any longer to changes in xterm*faceName or xterm*faceSize.
Is it about a setting in .Xresources? Or did something happen to fonts themselves? I believe it is the former, because in freshly installed alacritty everything works perfect, but I do not know how to troubleshoot it further...
PS. I did follow 5.5.1 from Handbook and installed urwfonts.