Constant ttf_parser::tables::cff::cff2::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.
const SCALARS_MAX: u8 = 64;
CFF2 allows up to 65535 scalars, but an average font will have 3-5. So 64 is more than enough.