mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Increase the size of the serialization buffer
This commit is contained in:
parent
19346524c6
commit
5a0936f53e
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ format_options_t::serialize_glyphs (hb_buffer_t *buffer,
|
|||
|
||||
while (start < num_glyphs)
|
||||
{
|
||||
char buf[1024];
|
||||
char buf[32768];
|
||||
unsigned int consumed;
|
||||
start += hb_buffer_serialize_glyphs (buffer, start, num_glyphs,
|
||||
buf, sizeof (buf), &consumed,
|
||||
|
|
Loading…
Add table
Reference in a new issue