From 9c921e6c32ab5ac4c524f554b7a7841eeeb0908f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 11 May 2019 01:08:51 -0700 Subject: [PATCH] [config] Enable HB_NO_NAME_TABLE_AAT Part of https://github.com/harfbuzz/harfbuzz/issues/1652 --- src/hb-config.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-config.hh b/src/hb-config.hh index ae7ca17..8d71a11 100644 --- a/src/hb-config.hh +++ b/src/hb-config.hh @@ -48,6 +48,7 @@ #define HB_NO_COLOR #define HB_NO_GETENV #define HB_NO_MATH +#define HB_NO_NAME_TABLE_AAT #define HB_NO_OT_LAYOUT_UNUSED #endif @@ -65,6 +66,7 @@ #endif #ifdef HB_NO_AAT +#define HB_NO_NAME_TABLE_AAT #define HB_NO_SHAPE_AAT #endif -- 2.7.4