Comment by JoshTriplett
2 hours ago
> Gnome 3 [...] removing settings I care about (such as font antialiasing settings, which I need to change to not get literal headaches, subpixel AA is awful as is anything blurry).
1) That setting still exists, it's just less prominent.
2) Subpixel AA is no longer the default; the default is grayscale, because it works well on all screens in all orientations.
Last I checked I couldn't set full hinting. And for GTK4 programs I even had to set a hidden variable in a ini file[1] to make it respect my fontconfig setting for hinting.
Apparently it is supposed to be on for low DPI screens. I would count mine as low DPI (even my laptop is only around 150 DPI) but I still need to set that manually.
So no, GTK didn't keep the font rendering settings I care about, and is actively hostile in trying to ignore them even.
[1]: https://wiki.archlinux.org/title/GTK#Text_in_GTK_4_applicati...
> Last I checked I couldn't set full hinting.
That setting is there in GNOME Tweaks; I'm looking at it right now.
(I'm not trying to dismiss the concern, here, but AFAICT the setting isn't missing.)