From 04715ab551d532d9aaebd01b7ad622070c76cad6 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 21 Nov 2022 21:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'3rdparty/fonts/fnt.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/fonts/fnt.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3rdparty/fonts/fnt.h b/3rdparty/fonts/fnt.h index a80591e..ac45323 100644 --- a/3rdparty/fonts/fnt.h +++ b/3rdparty/fonts/fnt.h @@ -30,7 +30,10 @@ #include #include -#define FNTMAX_CHAR 256 +//#define FNTMAX_CHAR 256 +//zhongjin +#define FNTMAX_CHAR 65536 + #define FNT_TRUE 1 #define FNT_FALSE 0