Add code
diff --git a/src/hb-ot-layout.hh b/src/hb-ot-layout.hh
index 24ff8ec..d64489d 100644
--- a/src/hb-ot-layout.hh
+++ b/src/hb-ot-layout.hh
@@ -339,6 +339,11 @@
 {
   info->unicode_props() |= UPROPS_MASK_CONTINUATION;
 }
+static inline void
+_hb_glyph_info_reset_continuation (hb_glyph_info_t *info)
+{
+  info->unicode_props() &= ~ UPROPS_MASK_CONTINUATION;
+}
 static inline bool
 _hb_glyph_info_is_continuation (const hb_glyph_info_t *info)
 {