[cff2] Don't share fd-array link

No point.
pull/3902/head
Behdad Esfahbod 2 years ago
parent 3d9e3c2dc7
commit c7b998b355
  1. 2
      src/hb-subset-cff2.cc

@ -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 */

Loading…
Cancel
Save