[kerx] Comment

This commit is contained in:
Behdad Esfahbod 2018-10-10 21:53:14 -04:00
parent 9f450f07b0
commit 2b72c4b63d
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ struct KerxSubTableFormat1
inline driver_context_t (const KerxSubTableFormat1 *table, inline driver_context_t (const KerxSubTableFormat1 *table,
hb_aat_apply_context_t *c_) : hb_aat_apply_context_t *c_) :
c (c_), c (c_),
/* Apparently the offset kernAction is from the beginning of the state-machine,
* similar to offsets in morx table, NOT from beginning of this table, like
* other subtables in kerx. Discovered via testing. */
kernAction (&table->machine + table->kernAction), kernAction (&table->machine + table->kernAction),
depth (0) {} depth (0) {}