提交 77471e03 编写于 作者: B Behdad Esfahbod

Clear output buffer before calling GSUB pause functions

上级 cafa6f37
......@@ -88,6 +88,9 @@ void hb_ot_map_t::apply (unsigned int table_index,
for (; i < pause->num_lookups; i++)
apply_lookup_func (face_or_font, buffer, lookups[table_index][i].index, lookups[table_index][i].mask);
if (table_index == 0)
buffer->clear_output ();
pause->callback.func (this, face_or_font, buffer, pause->callback.user_data);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册