From c31762e9e89bc440d21a94d8da34608d1649dc85 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 5 Feb 2020 23:12:37 +0330 Subject: [PATCH] [test] minor don't test first ten glyph, just testing cp just like other API calls is enough --- test/api/test-ot-face.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/api/test-ot-face.c b/test/api/test-ot-face.c index b9fd50a65..f37077373 100644 --- a/test/api/test-ot-face.c +++ b/test/api/test-ot-face.c @@ -122,8 +122,7 @@ test_face (hb_face_t *face, hb_ot_var_normalize_coords (face, 0, NULL, NULL); hb_draw_funcs_t *funcs = hb_draw_funcs_create (); - for (unsigned gid = 0; gid < 10; ++gid) - hb_font_draw_glyph (font, gid, funcs, NULL); + hb_font_draw_glyph (font, cp, funcs, NULL); hb_draw_funcs_destroy (funcs); hb_set_destroy (set);