[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:
parent
a1394a28fc
commit
f8f9cb93b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue