minor
This commit is contained in:
parent
cc977b6e5c
commit
071e2e345f
|
@ -39,7 +39,7 @@ struct hb_ot_shape_plan_key_t
|
||||||
|
|
||||||
void init (hb_face_t *face,
|
void init (hb_face_t *face,
|
||||||
const int *coords,
|
const int *coords,
|
||||||
unsigned int num_coords)
|
unsigned num_coords)
|
||||||
{
|
{
|
||||||
for (unsigned int table_index = 0; table_index < 2; table_index++)
|
for (unsigned int table_index = 0; table_index < 2; table_index++)
|
||||||
hb_ot_layout_table_find_feature_variations (face,
|
hb_ot_layout_table_find_feature_variations (face,
|
||||||
|
|
Loading…
Reference in New Issue