commit | db9f4eb4e004fadae9d540522d1d21c3bbe659b0 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Wed May 11 23:06:02 2011 -0400 |
committer | Behdad Esfahbod <[email protected]> | Wed May 11 23:06:02 2011 -0400 |
tree | dca25167086c5cf5fb3c19267b60110407a6a773 | |
parent | 606923bb4304d5b9cf164745d657cba58949a80a [diff] [blame] |
[test/font] Test get_face() / get_parent()
diff --git a/test/test-font.c b/test/test-font.c index d75ae99..bd2655b 100644 --- a/test/test-font.c +++ b/test/test-font.c
@@ -72,6 +72,10 @@ 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);