| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh
|
| index fb0c70406178e26601a733df59bdca182bac82a2..39572dfe0079f593789c7897dafaf0595f654d9b 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh
|
| @@ -146,6 +146,14 @@ struct hb_ot_complex_shaper_t
|
| hb_buffer_t *buffer,
|
| hb_font_t *font);
|
|
|
| + /* disable_otl()
|
| + * Called during shape().
|
| + * If set and returns true, GDEF/GSUB/GPOS of the font are ignored
|
| + * and fallback operations used.
|
| + * May be NULL.
|
| + */
|
| + bool (*disable_otl) (const hb_ot_shape_plan_t *plan);
|
| +
|
| hb_ot_shape_zero_width_marks_type_t zero_width_marks;
|
|
|
| bool fallback_position;
|
|
|