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

[OTLayout] Fix collect_glyphs() recursion in ContextFormat3

上级 3038ae6a
...@@ -1269,7 +1269,7 @@ struct ContextFormat3 ...@@ -1269,7 +1269,7 @@ struct ContextFormat3
const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverage, coverage[0].static_size * glyphCount); const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverage, coverage[0].static_size * glyphCount);
struct ContextCollectGlyphsLookupContext lookup_context = { struct ContextCollectGlyphsLookupContext lookup_context = {
{collect_coverage}, {collect_coverage},
NULL this
}; };
context_collect_glyphs_lookup (c, context_collect_glyphs_lookup (c,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册