[config] Add HB_NO_LAYOUT_COLLECT_GLYPHS

Part of
This commit is contained in:
Behdad Esfahbod 2019-06-19 20:34:29 -07:00
parent 6c725c7799
commit fce3bf8127
2 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,7 @@
#define HB_NO_HINTING #define HB_NO_HINTING
#define HB_NO_LANGUAGE_PRIVATE_SUBTAG #define HB_NO_LANGUAGE_PRIVATE_SUBTAG
#define HB_NO_LAYOUT_FEATURE_PARAMS #define HB_NO_LAYOUT_FEATURE_PARAMS
#define HB_NO_LAYOUT_COLLECT_GLYPHS
#define HB_NO_LAYOUT_UNUSED #define HB_NO_LAYOUT_UNUSED
#define HB_NO_MATH #define HB_NO_MATH
#define HB_NO_MMAP #define HB_NO_MMAP

View File

@ -1203,6 +1203,7 @@ hb_ot_layout_collect_lookups (hb_face_t *face,
} }
#ifndef HB_NO_LAYOUT_COLLECT_GLYPHS
/** /**
* hb_ot_layout_lookup_collect_glyphs: * hb_ot_layout_lookup_collect_glyphs:
* @face: #hb_face_t to work upon * @face: #hb_face_t to work upon
@ -1249,6 +1250,7 @@ hb_ot_layout_lookup_collect_glyphs (hb_face_t *face,
} }
} }
} }
#endif
/* Variations support */ /* Variations support */