https://bugzilla.redhat.com/show_bug.cgi?id=1999078



--- Comment #6 from Pierre Ossman <oss...@cendio.se> ---
Unfortunately every upgrade of the font system tends to disable more and more
hinting, so I have quite a few settings in place. I have not checked which are
relevant here and which aren't.

The modifications I've done are:

* In GNOME Tweaks, configure the Fonts section to "Hinting: Full" and
"Antialiasing: Standard (greyscale)"

* In .bashrc I have "export
FREETYPE_PROPERTIES=truetype:interpreter-version=35"

* I've added a fontconfig override as
~/.config/fontconfig/conf.d/99-hinting-full.conf:

> <?xml version="1.0"?>
> <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
> <fontconfig>
>   <match target="pattern">
>     <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
>   </match>
> </fontconfig>


-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/fonts-bugs@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to