提交 7f335390 编写于 作者: B Behdad Esfahbod

Revert change that would decompose text if GPOS mark feature is available

https://github.com/harfbuzz/harfbuzz/issues/653#issuecomment-423905920
上级 a6f4b2f7
...@@ -297,7 +297,9 @@ _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan, ...@@ -297,7 +297,9 @@ _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan,
if (mode == HB_OT_SHAPE_NORMALIZATION_MODE_AUTO) if (mode == HB_OT_SHAPE_NORMALIZATION_MODE_AUTO)
{ {
if (plan->has_mark) if (plan->has_mark)
mode = HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED; // https://github.com/harfbuzz/harfbuzz/issues/653#issuecomment-423905920
//mode = HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED;
mode = HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS;
else else
mode = HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS; mode = HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册