ref: 0e99e773378bda3b08a3f2ec5168a77c3a20bfda
parent: 896b09f33624161319f13023ec1e5d2e68803e53
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Apr 25 22:54:00 EDT 2019
Enabled subpixel rendering in the local copy of FreeType This makes the text resemble the ClearType text rendered by Windows in the vanilla game.
--- 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
/**************************************************************************