[aat] Another non-null offset
This commit is contained in:
parent
87205ef935
commit
12cbe195ae
|
@ -84,7 +84,7 @@ struct ankr
|
||||||
HBUINT16 flags; /* Flags (currently unused; set to zero) */
|
HBUINT16 flags; /* Flags (currently unused; set to zero) */
|
||||||
LOffsetTo<Lookup<Offset<HBUINT16, false> >, false>
|
LOffsetTo<Lookup<Offset<HBUINT16, false> >, false>
|
||||||
lookupTable; /* Offset to the table's lookup table */
|
lookupTable; /* Offset to the table's lookup table */
|
||||||
LOffsetTo<HBUINT8>
|
LOffsetTo<HBUINT8, false>
|
||||||
anchorData; /* Offset to the glyph data table */
|
anchorData; /* Offset to the glyph data table */
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue