提交 6fadd9dd 编写于 作者: B Behdad Esfahbod

Apply 'mark' to Myanmar

According to Andrew Glass: "The issue with Myanmar <mark> feature was
fixed via a servicing patch as soon as Windows 8 became available."
上级 86522e49
...@@ -104,17 +104,6 @@ static void ...@@ -104,17 +104,6 @@ static void
override_features_myanmar (hb_ot_shape_planner_t *plan) override_features_myanmar (hb_ot_shape_planner_t *plan)
{ {
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);
/*
* Note:
*
* Spec says 'mark' is used, and the mmrtext.ttf font from
* Windows 8 has lookups for it. But testing suggests that
* Windows 8 Uniscribe is NOT applying it. It *is* applying
* 'mkmk' however.
*/
if (hb_options ().uniscribe_bug_compatible)
plan->map.add_feature (HB_TAG('m','a','r','k'), 0, F_GLOBAL);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册