commit | bbf4cfa393d26c7cc7e91cc8c859009261847f24 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Fri May 05 06:51:10 2023 -0600 |
committer | Behdad Esfahbod <[email protected]> | Fri May 05 06:51:10 2023 -0600 |
tree | ea2b359a327c2030813043677ceb06e8103c5abf | |
parent | 3194963657a3049961fb64c9be86c1629afcea4b [diff] [blame] |
[config] Add missing HB_NO_BORING_EXPANSION options Those others are only HB_EXPERIMENTAL_API anyway, but still.
diff --git a/src/hb-config.hh b/src/hb-config.hh index 1ed39bb..8f706d0 100644 --- a/src/hb-config.hh +++ b/src/hb-config.hh
@@ -113,8 +113,10 @@ /* Closure of options. */ #ifdef HB_NO_BORING_EXPANSION -#define HB_NO_BEYOND_64K #define HB_NO_AVAR2 +#define HB_NO_BEYOND_64K +#define HB_NO_CUBIC_GLYF +#define HB_NO_VAR_COMPOSITES #endif #ifdef HB_DISABLE_DEPRECATED