GNOME Bugzilla – Bug 758338
GtkCellRendererText font aliasing on quartz
Last modified: 2016-03-20 11:50:23 UTC
Created attachment 315884 [details] GTK 3.16.5 GtkCellRendererText/GtkListView fonts has some aliasing issues. I tested on both 3.16.4 and 3.16.5, and the issue seems to have been introduced on 3.16.5. Both GTK versions were compiled using homebrew with the same compilation flags: 3.16.4 https://github.com/twstrike/homebrew-gtk-versions/blob/master/gtk%2B3-316-4.rb 3.16.5 https://github.com/twstrike/homebrew-gtk-versions/blob/master/gtk%2B3-316-5.rb Here are screenshots of the same app, compiled on both GTK versions: 3.16.4 https://cloud.githubusercontent.com/assets/30809/11271182/650ce55a-8e92-11e5-8538-6b62cca732a6.png 3.16.5 https://cloud.githubusercontent.com/assets/30809/11271188/69723e4c-8e92-11e5-928a-dc48cb2d7ac6.png
See bug 710501 You can set GTK_DEBUG=no-pixel-cache as a workaround.
*** This bug has been marked as a duplicate of bug 710501 ***