Merge commit 'c44657a05d565ec5f2c32ac15d4ecfbee00ac5f7'
This commit is contained in:
commit
ea772932d2
|
@ -781,9 +781,6 @@ static inline bool match_input (hb_apply_context_t *c,
|
||||||
* component, otherwise we shouldn't ligate them... */
|
* component, otherwise we shouldn't ligate them... */
|
||||||
if (first_lig_id != this_lig_id || first_lig_comp != this_lig_comp)
|
if (first_lig_id != this_lig_id || first_lig_comp != this_lig_comp)
|
||||||
{
|
{
|
||||||
if (first_lig_id != this_lig_id && this_lig_id != 0)
|
|
||||||
return_trace (false);
|
|
||||||
|
|
||||||
/* ...unless, we are attached to a base ligature and that base
|
/* ...unless, we are attached to a base ligature and that base
|
||||||
* ligature is ignorable. */
|
* ligature is ignorable. */
|
||||||
bool found = false;
|
bool found = false;
|
||||||
|
|
Loading…
Reference in New Issue