[repacker] Increase repacker max rounds to 32.

Found an example font that needs the higher limit.
This commit is contained in:
Garret Rieger 2023-12-15 22:49:46 +00:00
parent 081cbfd906
commit d80e0974d2

View file

@ -436,7 +436,7 @@ template<typename T>
inline hb_blob_t*
hb_resolve_overflows (const T& packed,
hb_tag_t table_tag,
unsigned max_rounds = 20,
unsigned max_rounds = 32,
bool recalculate_extensions = false) {
graph_t sorted_graph (packed);
if (sorted_graph.in_error ())