[unsafe-to-break] Flag during mark attachment

This commit is contained in:
Behdad Esfahbod 2017-08-10 20:32:02 -07:00
parent c4712f8e37
commit b65aa1cd47
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage orde
hb_position_t mark_x, mark_y, base_x, base_y;
buffer->unsafe_to_break (glyph_pos, buffer->idx);
mark_anchor.get_anchor (c, buffer->cur().codepoint, &mark_x, &mark_y);
glyph_anchor.get_anchor (c, buffer->info[glyph_pos].codepoint, &base_x, &base_y);