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:
parent
896b09f336
commit
0e99e77337
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
|
|
Loading…
Add table
Reference in a new issue