[kern] Set subtable on sanitizer

This commit is contained in:
Behdad Esfahbod 2018-11-02 14:43:38 -04:00
parent 74c7a2c6c8
commit 46b3885c1a

View file

@ -474,6 +474,8 @@ struct KernTable
if (!c->buffer->message (c->font, "start kern subtable %d", c->lookup_index))
goto skip;
c->sanitizer.set_object (*st);
st->apply (c);
(void) c->buffer->message (c->font, "end kern subtable %d", c->lookup_index);