提交 c763b944 编写于 作者: B Behdad Esfahbod

[test-multithread] Disable FreeType funcs

上级 9b0b40b3
......@@ -153,8 +153,12 @@ main (int argc, char **argv)
fill_the_buffer (ref_buffer);
test_body ();
hb_ft_font_set_funcs (font);
test_body ();
/* hb-font backed by FreeType functions can only be used from
* one thread at a time, because that's FT_Face's MT guarantee.
* So, disable this, even though it works "most of the time". */
//hb_ft_font_set_funcs (font);
//test_body ();
hb_buffer_destroy (ref_buffer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册