提交 6a5661f1 编写于 作者: B Behdad Esfahbod

Ugh

上级 f211d5c2
......@@ -49,7 +49,6 @@ struct shape_consumer_t
{
output.new_line ();
for (unsigned int i = 0; i < 10000; i++) {
shaper.populate_buffer (buffer, text, text_len);
output.consume_text (buffer, text, text_len, shaper.utf8_clusters);
......@@ -59,7 +58,6 @@ struct shape_consumer_t
output.shape_failed (buffer, text, text_len, shaper.utf8_clusters);
return;
}
}
output.consume_glyphs (buffer, text, text_len, shaper.utf8_clusters);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册