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

[test/font] Test get_face() / get_parent()

上级 606923bb
......@@ -72,6 +72,10 @@ test_font_properties (void)
hb_face_destroy (face);
g_assert (hb_font_get_face (font) == face);
g_assert (hb_font_get_parent (font) == NULL);
/* Check scale */
hb_font_get_scale (font, NULL, NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册