Fixup hb_ot_shape_closure()

Broke it when merged cmap mapping and normalizer.  Ouch!
This commit is contained in:
Behdad Esfahbod 2012-10-07 17:19:58 -04:00
parent 2d1dcb3ce3
commit fecdfa95da

View File

@ -589,7 +589,7 @@ hb_ot_map_glyphs_dumb (hb_font_t *font,
{
unsigned int count = buffer->len;
for (unsigned int i = 0; i < count; i++)
font->get_glyph (buffer->cur().codepoint, 0, &buffer->cur().codepoint);
font->get_glyph (buffer->info[i].codepoint, 0, &buffer->info[i].codepoint);
}
void