更新 '3rdparty/fonts/fnt.h'

This commit is contained in:
zhongjin 2022-11-21 22:07:28 +08:00
parent 8325d6e449
commit b3ebfbf7fa

View File

@ -182,12 +182,12 @@ public:
float getGap () const { return gap ; } 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_left, float tex_right,
float tex_bot , float tex_top , float tex_bot , float tex_top ,
float vtx_left, float vtx_right, float vtx_left, float vtx_right,
float vtx_bot , float vtx_top ) ; float vtx_bot , float vtx_top ) ;
void setGlyph ( char c, void setGlyph ( int c,
float tex_left, float tex_right, float tex_left, float tex_right,
float tex_bot , float tex_top , float tex_bot , float tex_top ,
float vtx_left, float vtx_right, float vtx_left, float vtx_right,