[wasm-shape] Set glyph flags

This commit is contained in:
Behdad Esfahbod 2023-02-24 20:05:35 -07:00
parent 77f0f3c11a
commit 4bdfaeecef
1 changed files with 6 additions and 0 deletions

View File

@ -371,6 +371,12 @@ fail:
release_shape_plan (face_data, plan, ret);
if (ret)
{
buffer->clear_glyph_flags ();
buffer->unsafe_to_break ();
}
return ret;
}