Revert "[Indic] don't apply 'calt' by default in Indic shaper"

This reverts commit 952121007c.

In light of discussion on the mailing list...
This commit is contained in:
Behdad Esfahbod 2013-08-07 17:58:25 -04:00
parent 9a175914d7
commit bdd8873fd8
1 changed files with 0 additions and 4 deletions

View File

@ -445,10 +445,6 @@ override_features_indic (hb_ot_shape_planner_t *plan)
if (hb_options ().uniscribe_bug_compatible) if (hb_options ().uniscribe_bug_compatible)
plan->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL); plan->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL);
/* 'calt' is enabled by default in hb-ot-shape.cc, but is a
* discretionary, non-default feature for Indic scripts. */
plan->map.add_feature (HB_TAG('c','a','l','t'), 0, F_GLOBAL);
plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL); plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
} }