[indic] Clear syllables at the end of GSUB

This commit is contained in:
Behdad Esfahbod 2022-06-24 11:08:35 -06:00
parent 1f462804d1
commit ad2ab1ddb4
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ static void
override_features_indic (hb_ot_shape_planner_t *plan)
{
plan->map.disable_feature (HB_TAG('l','i','g','a'));
plan->map.add_gsub_pause (hb_syllabic_clear_var); // Don't need syllables anymore, use stop to free buffer var
}