Fixup hb_ot_shape_closure()
Broke it when merged cmap mapping and normalizer. Ouch!
This commit is contained in:
parent
2d1dcb3ce3
commit
fecdfa95da
|
@ -589,7 +589,7 @@ hb_ot_map_glyphs_dumb (hb_font_t *font,
|
||||||
{
|
{
|
||||||
unsigned int count = buffer->len;
|
unsigned int count = buffer->len;
|
||||||
for (unsigned int i = 0; i < count; i++)
|
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
|
void
|
||||||
|
|
Loading…
Reference in New Issue