提交 b18a56a2 编写于 作者: B Behdad Esfahbod

[kerx] Comment

上级 006386be
...@@ -292,6 +292,10 @@ struct KerxSubTableFormat1 ...@@ -292,6 +292,10 @@ struct KerxSubTableFormat1
hb_glyph_position_t &o = buffer->pos[idx]; hb_glyph_position_t &o = buffer->pos[idx];
/* Testing shows that CoreText only applies kern (cross-stream or not)
* if none has been applied by previous subtables. That is, it does
* NOT seem to accumulate as otherwise implied by specs. */
/* The following flag is undocumented in the spec, but described /* The following flag is undocumented in the spec, but described
* in the 'kern' table example. */ * in the 'kern' table example. */
if (v == -0x8000) if (v == -0x8000)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册