[HB] Add TODO item
This commit is contained in:
parent
c6456ca5cf
commit
ee8776d9e0
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue