提交 aaa85931 编写于 作者: B Behdad Esfahbod

[font] Update multipliers when creating sub_font

Fixes https://github.com/harfbuzz/harfbuzz/issues/1910
上级 bbad1b82
......@@ -1385,6 +1385,7 @@ hb_font_create_sub_font (hb_font_t *parent)
font->x_scale = parent->x_scale;
font->y_scale = parent->y_scale;
font->mults_changed ();
font->x_ppem = parent->x_ppem;
font->y_ppem = parent->y_ppem;
font->ptem = parent->ptem;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册