diff options
Diffstat (limited to 'platform/gl/gl-font.c')
-rw-r--r-- | platform/gl/gl-font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/gl/gl-font.c b/platform/gl/gl-font.c index 99c7b236..f744fb48 100644 --- a/platform/gl/gl-font.c +++ b/platform/gl/gl-font.c @@ -23,7 +23,7 @@ #define PADDING 1 /* set to 0 to save some space but disallow arbitrary transforms */ #define MAXGLYPHS 4093 /* prime number for hash table goodness */ -#define CACHESIZE 256 +#define CACHESIZE 1024 #define XPRECISION 4 #define YPRECISION 1 |