ref: 6e1ef98a04e5f8528ffc8f17c6674e5dee9c43ad
parent: fce74b73653a6b871f6165ba289120c29044eb38
author: Edwin Steiner <[email protected]>
date: Thu Sep 16 19:08:46 EDT 2021
[cff] Explicitly set StandardEncoding or ExpertEncoding offsets. Fixes #1097. * src/cff/cffload.c (cff_encoding_load): Set special offset values.
--- a/src/cff/cffload.c
+++ b/src/cff/cffload.c
@@ -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 );