[test] minor
don't test first ten glyph, just testing cp just like other API calls is enough
This commit is contained in:
parent
03f778cf3c
commit
c31762e9e8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue