提交 7e6e094a 编写于 作者: B Behdad Esfahbod

[test-multithread] Install ot funcs before filling ref buffer

上级 21fbee83
......@@ -147,12 +147,13 @@ main (int argc, char **argv)
hb_face_t *face = hb_face_create (blob, 0);
font = hb_font_create (face);
hb_ot_font_set_funcs (font);
ref_buffer = hb_buffer_create ();
fill_the_buffer (ref_buffer);
hb_ft_font_set_funcs (font);
test_body ();
hb_ot_font_set_funcs (font);
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.
先完成此消息的编辑!
想要评论请 注册