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 takase1121
parent f1f81c8851
commit 964b8fe29d
No known key found for this signature in database
GPG Key ID: 60EEFFC68EB3031B
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};