提交 7e2fed6d 编写于 作者: B Behdad Esfahbod

[aat] Allow DontAdvance

Apparently CoreText does allow these.  To be done: detect infinite
loops.

Fixes MORX-12 test.
上级 1387fe8f
......@@ -155,7 +155,7 @@ struct RearrangementSubtable
}
}
if (false/* TODO */ && flags & DontAdvance)
if (flags & DontAdvance)
i--; /* TODO Detect infinite loop. */
state = entry->newState;
......@@ -259,7 +259,7 @@ struct ContextualSubtable
}
}
if (false/* TODO */ && flags & DontAdvance)
if (flags & DontAdvance)
i--; /* TODO Detect infinite loop. */
state = entry->newState;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册