Disable sub-pixel rendering in local FreeType

This commit is contained in:
Clownacy 2020-02-01 22:40:21 +00:00
parent e3cd7ce353
commit 15cfad01af

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 */
/************************************************************************** /**************************************************************************