Enabled subpixel rendering in the local copy of FreeType

This makes the text resemble the ClearType text rendered by Windows
in the vanilla game.
This commit is contained in:
Clownacy 2019-04-26 02:54:00 +01:00
parent 896b09f336
commit 0e99e77337

View file

@ -126,7 +126,7 @@ FT_BEGIN_HEADER
* macro is not defined, FreeType offers alternative LCD rendering * macro is not defined, FreeType offers alternative LCD rendering
* technology that produces excellent output without LCD filtering. * technology that produces excellent output without LCD filtering.
*/ */
/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/************************************************************************** /**************************************************************************