mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue