From b2cb69bf92d330015fb264d8b2d475c6bde3cf8c Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 21 Nov 2022 22:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'3rdparty/fonts/fnt.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/fonts/fnt.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3rdparty/fonts/fnt.cxx b/3rdparty/fonts/fnt.cxx index 0b3f4a2..071617c 100644 --- a/3rdparty/fonts/fnt.cxx +++ b/3rdparty/fonts/fnt.cxx @@ -134,6 +134,8 @@ int fntTexFont::getGlyph ( char c, float* wid, float *vtx_left, float *vtx_right, float *vtx_bot , float *vtx_top ) { + //zhongjin + SG_LOG(SG_GUI,SG_ALERT, "getGlyph " << c); unsigned int cc = (unsigned char) c ; if ( ! exists[cc] ) return FNT_FALSE ;