[cff2] Don't share fd-array link

No point.
This commit is contained in:
Behdad Esfahbod 2022-11-28 16:18:21 -07:00
parent 3d9e3c2dc7
commit c7b998b355
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ static bool _serialize_cff2 (hb_serialize_context_t *c,
hb_iter (private_dict_infos))
;
if (unlikely (!fda->serialize (c, it, fontSzr))) return false;
plan.info.fd_array_link = c->pop_pack ();
plan.info.fd_array_link = c->pop_pack (false);
}
/* variation store */