[cff-common] Hide INDEX internals

This commit is contained in:
Behdad Esfahbod 2022-05-09 15:20:16 -06:00
parent 335b1d83cf
commit a96b408d80
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ struct CFFIndex
public:
COUNT count; /* Number of object data. Note there are (count+1) offsets */
private:
HBUINT8 offSize; /* The byte size of each offset in the offsets array. */
HBUINT8 offsets[HB_VAR_ARRAY];
/* The array of (count + 1) offsets into objects array (1-base). */