diff --git a/src/hb-ot-kern-table.hh b/src/hb-ot-kern-table.hh index 3845da8ea..ec33d6034 100644 --- a/src/hb-ot-kern-table.hh +++ b/src/hb-ot-kern-table.hh @@ -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);