mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[cff2] Don't share fd-array link
No point.
This commit is contained in:
parent
3d9e3c2dc7
commit
c7b998b355
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue