mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Fixup hb_ot_shape_closure()
Broke it when merged cmap mapping and normalizer. Ouch!
This commit is contained in:
parent
2d1dcb3ce3
commit
fecdfa95da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue