ttf_parser::tables::cff::cff2

Constant SCALARS_MAX

Source
const SCALARS_MAX: u8 = 64;
Expand description

CFF2 allows up to 65535 scalars, but an average font will have 3-5. So 64 is more than enough.