[myanmar] Use buffer->sort() to sort cluster

This can possibly produce more granular clusters.
This commit is contained in:
Behdad Esfahbod 2015-09-01 16:15:25 +01:00
parent e995d33c10
commit c403d63200
1 changed files with 1 additions and 2 deletions

View File

@ -391,9 +391,8 @@ initial_reordering_consonant_syllable (hb_buffer_t *buffer,
}
}
buffer->merge_clusters (start, end);
/* Sit tight, rock 'n roll! */
hb_stable_sort (info + start, end - start, compare_myanmar_order);
buffer->sort (start, end, compare_myanmar_order);
}
static void