提交 800e4ae8 编写于 作者: B Behdad Esfahbod

[aat] Mark state-machine-based lookup as completely unsafe-to-break

To be improved later.
上级 ca42d961
......@@ -63,6 +63,8 @@ struct RearrangementSubtable
hb_glyph_info_t *info = c->buffer->info;
unsigned int count = c->buffer->len;
c->buffer->unsafe_to_break (0, count); /* TODO Improve. */
for (unsigned int i = 0; i < count; i++)
{
unsigned int klass = machine.get_class (info[i].codepoint, num_glyphs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册