[gvar] DEFINE_SIZE_ARRAY instead of DEFINE_SIZE_MIN

This commit is contained in:
Behdad Esfahbod 2022-05-06 12:00:01 -06:00
parent 90d278c92e
commit 38478d1061
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ no_more_gaps:
offsetZ; /* Offsets from the start of the GlyphVariationData array
* to each GlyphVariationData table. */
public:
DEFINE_SIZE_MIN (20);
DEFINE_SIZE_ARRAY (20, offsetZ);
};
struct gvar_accelerator_t : gvar::accelerator_t {