[cff] Explicitly set StandardEncoding or ExpertEncoding offsets.

Fixes #1097.

* src/cff/cffload.c (cff_encoding_load): Set special offset values.
This commit is contained in:
Edwin Steiner 2021-09-16 23:08:46 -04:00 committed by Alexei Podtelezhnikov
parent fce74b7365
commit 6e1ef98a04
1 changed files with 2 additions and 1 deletions

View File

@ -1818,7 +1818,8 @@
/* Construct code to GID mapping from code to SID mapping */
/* and charset. */
encoding->count = 0;
encoding->offset = offset; /* used in cff_face_init */
encoding->count = 0;
error = cff_charset_compute_cids( charset, num_glyphs,
stream->memory );