Increasing font cache for speeding up UTF8 demos.

This commit is contained in:
Christoph Lohmann 2012-12-30 17:35:41 +01:00
parent 44e1b79abf
commit c99db5b017
1 changed files with 1 additions and 1 deletions

2
st.c
View File

@ -436,7 +436,7 @@ typedef struct {
* the current length of used elements.
*/
static Fontcache frc[256];
static Fontcache frc[2048];
static int frccur = -1, frclen = 0;
ssize_t