From d2b3b9e682ca60944e02957b9284a3b9a10263a0 Mon Sep 17 00:00:00 2001 From: Ewald Hew Date: Thu, 12 Oct 2017 18:48:57 +0800 Subject: [PATCH] * devel/ftoption.h: Enable T1_CONFIG_OPTION_OLD_ENGINE by default. --- devel/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/ftoption.h b/devel/ftoption.h index fadda13a6..21af1cd63 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -751,7 +751,7 @@ FT_BEGIN_HEADER /* switch between the two engines using the `hinting-engine' property of */ /* the type1 driver module. */ /* */ -/* #define T1_CONFIG_OPTION_OLD_ENGINE */ +#define T1_CONFIG_OPTION_OLD_ENGINE /*************************************************************************/