[cff-common] Hide INDEX internals
This commit is contained in:
parent
335b1d83cf
commit
a96b408d80
|
@ -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). */
|
||||
|
|
Loading…
Reference in New Issue