[FREETYPE]
[reactos.git] / reactos / lib / 3rdparty / freetype / devel / ftoption.h
index 27d1bd9..d7b6a63 100644 (file)
@@ -217,6 +217,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
+
+
   /*************************************************************************/
   /*                                                                       */
   /* Define to disable the use of file stream functions and types, FILE,   */