Minor
This commit is contained in:
parent
dc2c9aa0c3
commit
b8c642c1f5
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue