提交 7f411dbf 编写于 作者: B Behdad Esfahbod

Apply user features

No ranges yet
上级 0db299cc
......@@ -100,6 +100,14 @@ setup_lookups (hb_face_t *face,
add_feature (face, table_tag, feature_index, lookups, num_lookups, room_lookups);
}
for (i = 0; i < num_features; i++)
{
if (hb_ot_layout_language_find_feature (face, table_tag, script_index, language_index,
features[i].tag,
&feature_index))
add_feature (face, table_tag, feature_index, lookups, num_lookups, room_lookups);
}
qsort (lookups, *num_lookups, sizeof (lookups[0]), cmp_lookups);
if (*num_lookups)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册