[PairPosFormat1] One more

This commit is contained in:
Behdad Esfahbod 2023-01-21 16:00:54 -07:00
parent b648ceb72f
commit 749df4ee84
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct PairPosFormat1_3
{ {
valueFormat, valueFormat,
len1, len1,
Types::HBGlyphID::static_size + HBUINT16::static_size * (len1 + len2) PairSet::get_size (len1, len2)
}; };
return_trace (coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure)); return_trace (coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure));