提交 882ebdad 编写于 作者: B Behdad Esfahbod

[unsafe-to-break] Flag during cursive positioning

上级 2d158ca3
...@@ -931,6 +931,7 @@ struct CursivePosFormat1 ...@@ -931,6 +931,7 @@ struct CursivePosFormat1
unsigned int i = buffer->idx; unsigned int i = buffer->idx;
unsigned int j = skippy_iter.idx; unsigned int j = skippy_iter.idx;
buffer->unsafe_to_break (i, j);
hb_position_t entry_x, entry_y, exit_x, exit_y; hb_position_t entry_x, entry_y, exit_x, exit_y;
(this+this_record.exitAnchor).get_anchor (c, buffer->info[i].codepoint, &exit_x, &exit_y); (this+this_record.exitAnchor).get_anchor (c, buffer->info[i].codepoint, &exit_x, &exit_y);
(this+next_record.entryAnchor).get_anchor (c, buffer->info[j].codepoint, &entry_x, &entry_y); (this+next_record.entryAnchor).get_anchor (c, buffer->info[j].codepoint, &entry_x, &entry_y);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册