summaryrefslogtreecommitdiff
path: root/lib/freetype/devel
diff options
context:
space:
mode:
authorDavid Coppa <dcoppa@cvs.openbsd.org>2014-03-14 08:18:03 +0000
committerDavid Coppa <dcoppa@cvs.openbsd.org>2014-03-14 08:18:03 +0000
commitfec4780491ad6fc739c44222cf672c13e29ecc0d (patch)
tree131673f21d8e1f187f5c7ae71c0c66ea9db817ec /lib/freetype/devel
parenta2e41f9ab1c319e152721bb44991c6747a498dc1 (diff)
Security/bugfixing update to freetype-2.5.3, featuring a fix for a
vulnerability in the CFF driver (CVE-2014-2240) and assorted minor fixes. ok matthieu@
Diffstat (limited to 'lib/freetype/devel')
-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 */