[indic] Apply 'calt' and 'clig' across syllable boundaries
Fixes https://github.com/harfbuzz/harfbuzz/issues/3244
This commit is contained in:
parent
d58f1685ce
commit
ccfc048153
|
@ -202,9 +202,6 @@ collect_features_indic (hb_ot_shape_planner_t *plan)
|
||||||
for (; i < INDIC_NUM_FEATURES; i++)
|
for (; i < INDIC_NUM_FEATURES; i++)
|
||||||
map->add_feature (indic_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);
|
map->add_gsub_pause (_hb_clear_syllables);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue