[Indic] Improve Left Matra repositioning

Move its dependents too.
This commit is contained in:
Behdad Esfahbod 2012-05-10 14:48:25 +02:00
parent 61a58e26a5
commit 7708ee23cb
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ final_reordering_syllable (hb_buffer_t *buffer,
/* Now go see if there's actually any matras... */ /* Now go see if there's actually any matras... */
for (unsigned int i = new_matra_pos; i > start; i--) for (unsigned int i = new_matra_pos; i > start; i--)
if (info[i - 1].indic_category () == OT_M) if (info[i - 1].indic_position () == POS_LEFT_MATRA)
{ {
unsigned int old_matra_pos = i - 1; unsigned int old_matra_pos = i - 1;
hb_glyph_info_t matra = info[old_matra_pos]; hb_glyph_info_t matra = info[old_matra_pos];