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 dd479f8cd1
commit 9328e7ae8f
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};