summaryrefslogtreecommitdiffstats
path: root/include/config/ftoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config/ftoption.h')
-rw-r--r--include/config/ftoption.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/config/ftoption.h b/include/config/ftoption.h
index 72cc060..db795d3 100644
--- a/include/config/ftoption.h
+++ b/include/config/ftoption.h
@@ -230,6 +230,19 @@ FT_BEGIN_HEADER
/*************************************************************************/
/* */
+ /* 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 */
/* */
/* When compiling FreeType as a DLL, some systems/compilers need a */