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

[aat/ankr] Hook up Lookup table

上级 c3659845
......@@ -45,14 +45,14 @@ struct ankr
{
TRACE_SANITIZE (this);
return_trace (c->check_struct (this) && version == 0 &&
/* XXX lookupTable */
lookupTable.sanitize (c, this) &&
anchors.sanitize (c, this));
}
protected:
HBUINT16 version; /* Version number (set to zero) */
HBUINT16 flags; /* Flags (currently unused; set to zero) */
LOffsetTo<const void*> lookupTable; /* Offset to the table's lookup table */
LOffsetTo<Lookup<HBUINT16> > lookupTable; /* Offset to the table's lookup table */
LOffsetTo<ArrayOf<HBUINT32, HBUINT32> >
anchors; /* Offset to the glyph data table */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册