[test/font] Test get_face() / get_parent()
This commit is contained in:
parent
606923bb43
commit
db9f4eb4e0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue