Skip to content

Commit

Permalink
[aat/kerx] Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Mar 3, 2018
1 parent 0ef6ab2 commit a3e29fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hb-aat-layout-kerx-table.hh
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ struct kerx
if (!(c->check_struct (this)))
return_trace (false);

/* TODO: Something like `morx`s ChainSubtable should be done here instead */
const KerxTable *table = &StructAfter<KerxTable> (*this);
if (!(table->sanitize (c)))
return_trace (false);
Expand Down

0 comments on commit a3e29fd

Please sign in to comment.