提交 2b72c4b6 编写于 作者: B Behdad Esfahbod

[kerx] Comment

上级 9f450f07
...@@ -123,6 +123,9 @@ struct KerxSubTableFormat1 ...@@ -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) {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册