更新 '3rdparty/fonts/fnt.h'
This commit is contained in:
parent
8325d6e449
commit
b3ebfbf7fa
4
3rdparty/fonts/fnt.h
vendored
4
3rdparty/fonts/fnt.h
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user