Sync with trunk r63343.
[reactos.git] / lib / 3rdparty / freetype / include / config / ftoption.h
index fe2ba15..5b11f0e 100644 (file)
@@ -228,6 +228,19 @@ FT_BEGIN_HEADER
 /* #define FT_CONFIG_OPTION_USE_PNG */
 
 
+  /*************************************************************************/
+  /*                                                                       */
+  /*  HarfBuzz support.                                                    */
+  /*                                                                       */
+  /*   FreeType uses the HarfBuzz library to improve auto-hinting of       */
+  /*   OpenType fonts.  If available, many glyphs not directly addressable */
+  /*   by a font's character map will be hinted also.                      */
+  /*                                                                       */
+  /*   Define this macro if you want to enable this `feature'.             */
+  /*                                                                       */
+/* #define FT_CONFIG_OPTION_USE_HARFBUZZ */
+
+
   /*************************************************************************/
   /*                                                                       */
   /* DLL export compilation                                                */