[kern] Set subtable on sanitizer

This commit is contained in:
Behdad Esfahbod 2018-11-02 14:43:38 -04:00
parent 74c7a2c6c8
commit 46b3885c1a
1 changed files with 2 additions and 0 deletions

View File

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