提交 ee8776d9 编写于 作者: B Behdad Esfahbod

[HB] Add TODO item

上级 c6456ca5
......@@ -1258,6 +1258,7 @@ static inline bool position_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
if (HB_UNLIKELY (context_length < 1))
return false;
/* XXX This should be apply_one I guess */
return l.apply_subtables (layout, buffer, context_length, nesting_level_left, property);
}
......
......@@ -837,6 +837,7 @@ static inline bool substitute_lookup (APPLY_ARG_DEF, unsigned int lookup_index)
if (HB_UNLIKELY (context_length < 1))
return false;
/* XXX This should be apply_one I guess */
return l.apply_subtables (layout, buffer, context_length, nesting_level_left, property);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册