summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictoria Lease <violets@google.com>2013-06-14 16:14:13 -0700
committerVictoria Lease <violets@google.com>2013-06-17 07:41:05 -0700
commitaf9efeb7136036f6a7601af583868a0c606d5754 (patch)
tree91439366f50459c3947b9ce28d398c5ad312f19d
parent727dee178a392d20eb050d0c446f2fcc29058fa1 (diff)
downloadandroid_external_freetype-af9efeb7136036f6a7601af583868a0c606d5754.tar.gz
android_external_freetype-af9efeb7136036f6a7601af583868a0c606d5754.tar.bz2
android_external_freetype-af9efeb7136036f6a7601af583868a0c606d5754.zip
Disable old 'freetype' CFF hint engine.
Change-Id: I3bcb84dfbdeb3b8043b25b078c789687a18b16c1
-rw-r--r--include/freetype/config/ftoption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index bb1d2b2..44e4fb0 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -765,7 +765,7 @@ FT_BEGIN_HEADER
/* switch between the two engines using the `hinting-engine' property of */
/* the cff driver module. */
/* */
-#define CFF_CONFIG_OPTION_OLD_ENGINE
+/* #define CFF_CONFIG_OPTION_OLD_ENGINE */
/*************************************************************************/