Increase number of loadable glyphsets (#1524)

This should be enough to load every unicode codepoint.
This commit is contained in:
Guldoman 2023-06-13 22:45:43 +02:00 committed by George Sokianos
parent e6c7001b5a
commit 9bb6589790
1 changed files with 1 additions and 1 deletions

View File

@ -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};