From 0e99e773378bda3b08a3f2ec5168a77c3a20bfda Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 26 Apr 2019 02:54:00 +0100 Subject: [PATCH] Enabled subpixel rendering in the local copy of FreeType This makes the text resemble the ClearType text rendered by Windows in the vanilla game. --- 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 12f47a82..fc038ff1 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 /**************************************************************************