未验证 提交 dc11a381 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

[sbix] Set num_glyphs on accelerator

dump-emoji was broken without it
上级 ca645acc
......@@ -99,6 +99,7 @@ struct sbix
sbix_blob = hb_sanitize_context_t().reference_table<sbix> (face);
sbix_len = hb_blob_get_length (sbix_blob);
sbix_table = sbix_blob->as<sbix> ();
num_glyphs = face->get_num_glyphs ();
}
inline void fini (void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册