On 14.07.2017, Neal Becker wrote: 

> where are you setting this?

Global environment variables belong into /etc/profile, and local ones
into .bash_profile in your home directory. Here's the diff to
re-enable subpixel rendering (simply uncommenting the option):

diff -urN a/freetype-2.7.1/include/freetype/config/ftoption.h 
b/freetype-2.7.1/include/freetype/config/ftoption.h
--- a/freetype-2.7.1/include/freetype/config/ftoption.h 2016-12-11 
07:53:49.000000000 +0100
+++ b/freetype-2.7.1/include/freetype/config/ftoption.h 2017-07-13 
20:51:26.727210939 +0200
@@ -122,7 +122,7 @@
   /* This is done to allow FreeType clients to run unmodified, forcing     */
   /* them to display normal gray-level anti-aliased glyphs.                */
   /*                                                                       */
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
 
 
   /*************************************************************************/
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to