summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2018-03-04 02:56:27 +0330
committerGitHub <noreply@github.com>2018-03-04 02:56:27 +0330
commita3e29fd38f01b26b6306f9f7142a54cc7d6c6080 (patch)
tree7358e3e0788816323e5f7d6f82941cf1efa9fc70
parent0ef6ab25ab4456e387711ae246900486ad738d26 (diff)
[aat/kerx] Add a TODO
-rw-r--r--src/hb-aat-layout-kerx-table.hh1
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);