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