Re: MX-18 beta 1 feedback
Posted: Sun Dec 09, 2018 11:14 pm
Just want to post the freetype 2.8 TTF font rendering fix that I have referred to earlier. I haven't tested it myself, but there was a lot of complaints about font rendering with freetype 2.8. Some were fixed with 2.8.1. But it seems TTF defaults were changed permanently.
From this bug report (similar can be found for Debian, Arch etc - doesn't really matter):
https://bugs.launchpad.net/ubuntu/+sour ... ug/1722508
The solution to achieve freetype 2.6 TTF font rendering without downgrading seems to be found in post 36.
From this bug report (similar can be found for Debian, Arch etc - doesn't really matter):
https://bugs.launchpad.net/ubuntu/+sour ... ug/1722508
The solution to achieve freetype 2.6 TTF font rendering without downgrading seems to be found in post 36.
The posts following this one confirm that this fixes this particular issue with freetype 2.8.1, for example:In german ubuntuusers forum there is an simpler solution without need to downgrade libfreetype.
https://forum.ubuntuusers.de/post/8914328/
Just add
FREETYPE_PROPERTIES="truetype:interpreter-version=35 cff:no-stem-darkening=1 autofitter:warping=1"
in /etc/environment and restart x-server or reboot.
Thanks for the tip! Defining the FREETYPE_PROPERTIES as you suggested in /etc/environment did indeed disable hinting and renders the same crisper fonts as was in earlier versions of Ubuntu. Personally, I still prefer to disable hinting in the source code but your suggestion works just as well.