Minor
This commit is contained in:
parent
585b107cde
commit
29a7e306e3
|
@ -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 ();
|
||||||
|
|
Loading…
Reference in New Issue