This commit is contained in:
Behdad Esfahbod 2019-05-10 13:53:15 -07:00
parent ac737f8c9e
commit 5d773ec600

View File

@ -2671,7 +2671,7 @@ struct GSUBGPOS
/* TODO Use intersects() to count how many subtables survive? */
CastR<OffsetTo<TLookupList>> (out->lookupList)
.serialize_subset (c,
this+CastR<const OffsetTo<TLookupList>> (lookupList),
this+CastR<OffsetTo<TLookupList>> (lookupList),
out);
if (version.to_int () >= 0x00010001u)