Author :
Alexei Podtelezhnikov
Date :
2023-02-25 21:54:21
Hash :6423ddb8 Message :* src/cff/cffload.c (cff_encoding_load): Optimize array zeroing.
This is unnecessary for predefined standard and expert encodings.
Even for custom encodings the arrays might be already zeroed when
CFF_FontRec is created but we keep it just in case.