mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[config] If HB_NO_SHAPER then HB_NO_OT_SHAPE
This commit is contained in:
parent
1a5c749581
commit
ad5588e800
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@
|
|||
#define HB_IF_NOT_DEPRECATED(x) x
|
||||
#endif
|
||||
|
||||
#ifdef HB_NO_SHAPER
|
||||
#define HB_NO_OT_SHAPE
|
||||
#define HB_NO_AAT_SHAPE
|
||||
#endif
|
||||
|
||||
#ifdef HB_NO_AAT
|
||||
#define HB_NO_OT_NAME_LANGUAGE_AAT
|
||||
#define HB_NO_AAT_SHAPE
|
||||
|
|
Loading…
Add table
Reference in a new issue