This commit is contained in:
Behdad Esfahbod 2019-08-28 15:06:45 -07:00
parent dc2c9aa0c3
commit b8c642c1f5
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ struct Ligature
void collect_glyphs (hb_collect_glyphs_context_t *c) const
{
c->input->add_array (component.arrayZ, component.lenP1 ? component.lenP1 - 1 : 0);
c->input->add_array (component.arrayZ, component.get_length ());
c->output->add (ligGlyph);
}