From b3ebfbf7faa867c1554a86ab9bb7e37700673b4c Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 21 Nov 2022 22:07:28 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/fonts/fnt.h b/3rdparty/fonts/fnt.h index ac45323..7419489 100644 --- a/3rdparty/fonts/fnt.h +++ b/3rdparty/fonts/fnt.h @@ -182,12 +182,12 @@ public: float getGap () const { return gap ; } - void setGlyph ( char c, float wid, + void setGlyph ( int c, float wid, float tex_left, float tex_right, float tex_bot , float tex_top , float vtx_left, float vtx_right, float vtx_bot , float vtx_top ) ; - void setGlyph ( char c, + void setGlyph ( int c, float tex_left, float tex_right, float tex_bot , float tex_top , float vtx_left, float vtx_right,