提交 98aa3f65 编写于 作者: B Behdad Esfahbod

Call hb_ot_shape_setup_lookups_complex()

上级 f1d07885
......@@ -227,6 +227,14 @@ struct hb_mask_allocator_t {
hb_mask_t global_mask;
};
static void
hb_ot_shape_setup_lookups_complex (hb_ot_shape_context_t *c,
lookup_map *lookups,
unsigned int *num_lookups)
{
/* XXX */
}
static void
hb_ot_shape_setup_lookups (hb_ot_shape_context_t *c,
lookup_map *lookups,
......@@ -265,7 +273,7 @@ hb_ot_shape_setup_lookups (hb_ot_shape_context_t *c,
for (i = 0; i < ARRAY_LENGTH (default_features); i++)
allocator.add_feature (default_features[i], 1, true);
/* XXX complex-shaper features go here */
hb_ot_shape_setup_lookups_complex (c, lookups, num_lookups);
for (unsigned int i = 0; i < c->num_features; i++) {
const hb_feature_t *feature = &c->features[i];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册