[indic] Use a hb_swap()
This commit is contained in:
parent
0b92c57984
commit
3fd9311649
|
@ -482,9 +482,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
|
||||||
is_one_of (info[start+2], FLAG (I_Cat(ZWJ))))
|
is_one_of (info[start+2], FLAG (I_Cat(ZWJ))))
|
||||||
{
|
{
|
||||||
buffer->merge_clusters (start+1, start+3);
|
buffer->merge_clusters (start+1, start+3);
|
||||||
hb_glyph_info_t tmp = info[start+1];
|
hb_swap (info[start+1], info[start+2]);
|
||||||
info[start+1] = info[start+2];
|
|
||||||
info[start+2] = tmp;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1. Find base consonant:
|
/* 1. Find base consonant:
|
||||||
|
|
Loading…
Reference in New Issue