From c7f70787c96feb28121bfadc8125a5183bc283f5 Mon Sep 17 00:00:00 2001 From: satoren Date: Thu, 27 Jul 2017 19:18:58 +0900 Subject: [PATCH] Fix crash on 32bit platform --- src/fontstash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fontstash.h b/src/fontstash.h index 78abb95..1b48bbf 100644 --- a/src/fontstash.h +++ b/src/fontstash.h @@ -306,7 +306,7 @@ int fons__tt_getGlyphKernAdvance(FONSttFontImpl *font, int glyph1, int glyph2) #endif #ifndef FONS_SCRATCH_BUF_SIZE -# define FONS_SCRATCH_BUF_SIZE 64000 +# define FONS_SCRATCH_BUF_SIZE 96000 #endif #ifndef FONS_HASH_LUT_SIZE # define FONS_HASH_LUT_SIZE 256