diff options
author | Ebrahim Byagowi <ebrahim@gnu.org> | 2018-03-04 02:56:27 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-04 02:56:27 +0330 |
commit | a3e29fd38f01b26b6306f9f7142a54cc7d6c6080 (patch) | |
tree | 7358e3e0788816323e5f7d6f82941cf1efa9fc70 | |
parent | 0ef6ab25ab4456e387711ae246900486ad738d26 (diff) |
[aat/kerx] Add a TODO
-rw-r--r-- | src/hb-aat-layout-kerx-table.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb-aat-layout-kerx-table.hh b/src/hb-aat-layout-kerx-table.hh index 2414ecbf..ce7ca105 100644 --- a/src/hb-aat-layout-kerx-table.hh +++ b/src/hb-aat-layout-kerx-table.hh @@ -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); |