From 15cfad01af66eb9bbbf345fcea816e5d0f32228e Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 1 Feb 2020 22:40:21 +0000 Subject: [PATCH] Disable sub-pixel rendering in local FreeType --- external/freetype/include/freetype/config/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/freetype/include/freetype/config/ftoption.h b/external/freetype/include/freetype/config/ftoption.h index fc038ff1..12f47a82 100644 --- a/external/freetype/include/freetype/config/ftoption.h +++ b/external/freetype/include/freetype/config/ftoption.h @@ -126,7 +126,7 @@ FT_BEGIN_HEADER * 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 */ /**************************************************************************