commit | b65aa1cd4778e0103a2a1ed0e1b1012a09cf1f48 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Thu Aug 10 20:32:02 2017 -0700 |
committer | Behdad Esfahbod <[email protected]> | Thu Aug 10 20:32:02 2017 -0700 |
tree | 8e000b244c27e9324b3f05a0f77c9fe6baa62b83 | |
parent | c4712f8e372ee42749cda56cc7c28dc110a07ea9 [diff] [blame] |
[unsafe-to-break] Flag during mark attachment
diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index 0b828e8..738ca8c 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh
@@ -432,6 +432,7 @@ 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);