render: bump number of glyphs we can render in a single call

This commit is contained in:
Daniel Eklöf 2019-07-05 09:31:03 +02:00
parent 19cef74153
commit 998ce52b7e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
main.c
View file

@ -78,7 +78,7 @@ attrs_to_font(struct context *c, const struct attributes *attrs)
}
struct glyph_sequence {
cairo_glyph_t glyphs[10000];
cairo_glyph_t glyphs[100000];
cairo_glyph_t *g;
int count;