summaryrefslogtreecommitdiff
path: root/lib/freetype/devel/ftoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/freetype/devel/ftoption.h')
-rw-r--r--lib/freetype/devel/ftoption.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/freetype/devel/ftoption.h b/lib/freetype/devel/ftoption.h
index 27d1bd9a5..d7b6a6301 100644
--- a/lib/freetype/devel/ftoption.h
+++ b/lib/freetype/devel/ftoption.h
@@ -219,6 +219,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
+
+
+ /*************************************************************************/
+ /* */
/* Define to disable the use of file stream functions and types, FILE, */
/* fopen() etc. Enables the use of smaller system libraries on embedded */
/* systems that have multiple system libraries, some with or without */