From 19d984edaa4f86c842345a9d4150597e045e1887 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 9 May 2012 15:21:13 +0200 Subject: [PATCH] [Indic] Make sure Reph jumps over all matras to the right Another 12 thousand failures gone! (78 to go) --- src/hb-ot-shape-complex-indic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 828f3db..8b1814a 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -325,7 +325,7 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t start + 3 <= end && !is_joiner (info[start + 2])) { - info[start].indic_position() = POS_POST; + info[start].indic_position() = POS_POST + 1; info[start].mask = mask_array[RPHF]; } -- 2.7.4