[config] Define HB_NO_SUBSET_LAYOUT in HB_LEAN

Assumning subsetter would be used for printing-like uses in that case,
which don't need GSUB/GPOS.
This commit is contained in:
Behdad Esfahbod 2019-05-12 15:56:25 -07:00
parent a1394a28fc
commit f8f9cb93b7
1 changed files with 2 additions and 1 deletions

View File

@ -50,9 +50,10 @@
#define HB_NO_CFF
#define HB_NO_COLOR
#define HB_NO_GETENV
#define HB_NO_LAYOUT_UNUSED
#define HB_NO_MATH
#define HB_NO_NAME
#define HB_NO_LAYOUT_UNUSED
#define HB_NO_SUBSET_LAYOUT
#endif
#ifdef HB_MINI