[aat] Another non-null offset

This commit is contained in:
Behdad Esfahbod 2018-10-16 16:13:53 -07:00
parent 87205ef935
commit 12cbe195ae
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ struct ankr
HBUINT16 flags; /* Flags (currently unused; set to zero) */
LOffsetTo<Lookup<Offset<HBUINT16, false> >, false>
lookupTable; /* Offset to the table's lookup table */
LOffsetTo<HBUINT8>
LOffsetTo<HBUINT8, false>
anchorData; /* Offset to the glyph data table */
public: