[subset/cff] Comment

This commit is contained in:
Behdad Esfahbod 2023-06-07 17:49:13 -06:00
parent e0b60bd08d
commit 092373f351

View file

@ -308,6 +308,9 @@ struct FDArray : CFFIndex<COUNT>
;
c->pop_pack (false);
/* It just happens that the above is packed before the header below.
* Such a hack. */
/* serialize INDEX header */
return_trace (CFFIndex<COUNT>::serialize_header (c, hb_iter (sizes)));
}