[indic] Apply 'calt' and 'clig' across syllable boundaries

Fixes https://github.com/harfbuzz/harfbuzz/issues/3244
This commit is contained in:
Behdad Esfahbod 2021-10-05 07:00:50 -06:00
parent d58f1685ce
commit ccfc048153
1 changed files with 0 additions and 3 deletions

View File

@ -202,9 +202,6 @@ collect_features_indic (hb_ot_shape_planner_t *plan)
for (; i < INDIC_NUM_FEATURES; i++)
map->add_feature (indic_features[i]);
map->enable_feature (HB_TAG('c','a','l','t'));
map->enable_feature (HB_TAG('c','l','i','g'));
map->add_gsub_pause (_hb_clear_syllables);
}