diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 828f3dbb9..8b1814a81 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]; }