Enabled the bytecode interpreter with the unpatented hinting system, ftoption.h warns...
authorRichard Campbell <betam4x@gmail.com>
Fri, 30 Jan 2004 13:10:42 +0000 (13:10 +0000)
committerRichard Campbell <betam4x@gmail.com>
Fri, 30 Jan 2004 13:10:42 +0000 (13:10 +0000)
svn path=/trunk/; revision=7918

reactos/lib/freetype/include/freetype/config/ftoption.h

index 0e02192..b1f1733 100644 (file)
@@ -257,7 +257,7 @@ FT_BEGIN_HEADER
   /*   The maximum number of modules that can be registered in a single    */
   /*   FreeType library object.  32 is the default.                        */
   /*                                                                       */
-#define FT_MAX_MODULES  32
+#define FT_MAX_MODULES  16384
 
 
   /*************************************************************************/
@@ -399,7 +399,7 @@ FT_BEGIN_HEADER
   /*   Do not #undef this macro here, since the build system might         */
   /*   define it for certain configurations only.                          */
   /*                                                                       */
-/* #define  TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
+#define  TT_CONFIG_OPTION_BYTECODE_INTERPRETER
 
 
   /*************************************************************************/
@@ -414,7 +414,8 @@ FT_BEGIN_HEADER
   /* XXX: WARNING: THIS DOESN'T WORK AS ADVERTISED YET. PLEASE DO NOT      */
   /*      DEFINE FOR THE MOMENT..                                          */
   /*                                                                       */
-/* #define TT_CONFIG_OPTION_UNPATENTED_HINTING */
+ #define FT_DEBUG_HOOK_UNPATENTED_HINTING
+ #define TT_CONFIG_OPTION_UNPATENTED_HINTING
 
 
   /*************************************************************************/