Increase the size of the serialization buffer
This commit is contained in:
parent
19346524c6
commit
5a0936f53e
|
@ -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…
Reference in New Issue