mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-16 10:15:56 +00:00
[repacker] Increase repacker max rounds to 32.
Found an example font that needs the higher limit.
This commit is contained in:
parent
081cbfd906
commit
d80e0974d2
1 changed files with 1 additions and 1 deletions
|
@ -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 ())
|
||||
|
|
Loading…
Add table
Reference in a new issue