提交 95212100 编写于 作者: J Jonathan Kew 提交者: Behdad Esfahbod

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

上级 62567843
......@@ -445,6 +445,10 @@ override_features_indic (hb_ot_shape_planner_t *plan)
if (hb_options ().uniscribe_bug_compatible)
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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册