提交 29a7e306 编写于 作者: B Behdad Esfahbod

Minor

上级 585b107c
...@@ -269,6 +269,7 @@ _hb_ot_shape_normalize (hb_font_t *font, hb_buffer_t *buffer, ...@@ -269,6 +269,7 @@ _hb_ot_shape_normalize (hb_font_t *font, hb_buffer_t *buffer,
{ {
/* Composes. Modify starter and carry on. */ /* Composes. Modify starter and carry on. */
buffer->out_info[starter].codepoint = composed; buffer->out_info[starter].codepoint = composed;
/* XXX update cluster */
set_unicode_props (&buffer->out_info[starter], buffer->unicode); set_unicode_props (&buffer->out_info[starter], buffer->unicode);
buffer->skip_glyph (); buffer->skip_glyph ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册