1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
3 Date: Tue, 23 Jun 2015 08:43:07 +0200
4 Subject: [PATCH] Enable subpixel rendering
7 include/freetype/config/ftoption.h | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
11 index 9e03e1783be9..6f853d403862 100644
12 --- a/include/freetype/config/ftoption.h
13 +++ b/include/freetype/config/ftoption.h
14 @@ -123,7 +123,7 @@ FT_BEGIN_HEADER
15 * When this macro is not defined, FreeType offers alternative LCD
16 * rendering technology that produces excellent output.
18 -/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
19 +#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
22 /**************************************************************************