Commit d2b3b9e682ca60944e02957b9284a3b9a10263a0

Ewald Hew 2017-10-12T18:48:57

* devel/ftoption.h: Enable T1_CONFIG_OPTION_OLD_ENGINE by default.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/devel/ftoption.h b/devel/ftoption.h
index fadda13..21af1cd 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
 
 
   /*************************************************************************/