[AAT] Allow null in ankr lookupTable offset

This commit is contained in:
Behdad Esfahbod 2019-01-17 17:44:39 -05:00
parent 14a560a245
commit b344d4385a
1 changed files with 1 additions and 1 deletions

View File

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