[AAT] Allow null in ankr lookupTable offset
This commit is contained in:
parent
14a560a245
commit
b344d4385a
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue