提交 6910ff03 编写于 作者: B Behdad Esfahbod

[aat] Fix mort shaping

Ouch!
上级 fdb29ab2
...@@ -215,7 +215,7 @@ hb_aat_layout_substitute (const hb_ot_shape_plan_t *plan, ...@@ -215,7 +215,7 @@ hb_aat_layout_substitute (const hb_ot_shape_plan_t *plan,
return; return;
} }
hb_blob_t *mort_blob = font->face->table.morx.get_blob (); hb_blob_t *mort_blob = font->face->table.mort.get_blob ();
const AAT::mort& mort = *mort_blob->as<AAT::mort> (); const AAT::mort& mort = *mort_blob->as<AAT::mort> ();
if (mort.has_data ()) if (mort.has_data ())
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册