This commit is contained in:
Behdad Esfahbod 2012-04-24 16:01:30 -04:00
parent 585b107cde
commit 29a7e306e3
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ _hb_ot_shape_normalize (hb_font_t *font, hb_buffer_t *buffer,
{
/* Composes. Modify starter and carry on. */
buffer->out_info[starter].codepoint = composed;
/* XXX update cluster */
set_unicode_props (&buffer->out_info[starter], buffer->unicode);
buffer->skip_glyph ();