[repacker] Use extension promotion when repacking invoked via hb-subset-repacker (eg. from fonttools).
This commit is contained in:
parent
8d611a7fd0
commit
e0607af976
|
@ -44,6 +44,9 @@ hb_blob_t* hb_subset_repack_or_fail (hb_object_t* hb_objects, unsigned num_hb_ob
|
|||
for (unsigned i = 0 ; i < num_hb_objs ; i++)
|
||||
packed.push (&(hb_objects[i]));
|
||||
|
||||
return hb_resolve_overflows (packed, HB_OT_TAG_GSUB);
|
||||
return hb_resolve_overflows (packed,
|
||||
HB_OT_TAG_GSUB,
|
||||
20,
|
||||
true);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue