Re: [voidlinux/void-packages] freetype-2.6.4_1 broke full RGB subpixel hinting (#4444)

"Suraj N. Kurapati" at Sun, 02 Oct 2016 10:03:57 -0700
I had no luck setting that `FT2_SUBPIXEL_HINTING` environment variable :scream: but this worked: ```sh export FREETYPE_PROPERTIES="truetype:interpreter-version=35" ``` The only remaining issue is that Chromium [ignores the override](https://bugs.chromium.org/p/chromium/issues/detail?id=649362), so I had to downgrade freetype: ```sh sudo xdowngrade /var/cache/xbps/freetype-{,devel-}2.6.5_1.x86_64.xbps sudo xbps-pkgdb -m hold freetype freetype-devel ```
Christian Neukirchen at Thu, 17 Nov 2016 05:25:43 -0800
Closed #4444.
Christian Neukirchen at Thu, 17 Nov 2016 05:25:43 -0800
You can now locally build freetype with a different config: 22325e1