Increase number of loadable glyphsets (#1524)
This should be enough to load every unicode codepoint.
This commit is contained in:
parent
e6c7001b5a
commit
9bb6589790
|
@ -17,7 +17,7 @@
|
|||
#include "renwindow.h"
|
||||
|
||||
#define MAX_GLYPHSET 256
|
||||
#define MAX_LOADABLE_GLYPHSETS 1024
|
||||
#define MAX_LOADABLE_GLYPHSETS 4096
|
||||
#define SUBPIXEL_BITMAPS_CACHED 3
|
||||
|
||||
RenWindow window_renderer = {0};
|
||||
|
|
Loading…
Reference in New Issue