shithub: cstory

Download patch

ref: 15cfad01af66eb9bbbf345fcea816e5d0f32228e
parent: e3cd7ce353da55e2c2fd6975d9a68d652b461f01
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat Feb 1 17:40:21 EST 2020

Disable sub-pixel rendering in local FreeType

--- a/external/freetype/include/freetype/config/ftoption.h
+++ b/external/freetype/include/freetype/config/ftoption.h
@@ -126,7 +126,7 @@
    * macro is not defined, FreeType offers alternative LCD rendering
    * technology that produces excellent output without LCD filtering.
    */
-#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
 
 
   /**************************************************************************
--