更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
bafc1ec27a
commit
b2cb69bf92
2
3rdparty/fonts/fnt.cxx
vendored
2
3rdparty/fonts/fnt.cxx
vendored
@ -134,6 +134,8 @@ int fntTexFont::getGlyph ( char c, float* wid,
|
|||||||
float *vtx_left, float *vtx_right,
|
float *vtx_left, float *vtx_right,
|
||||||
float *vtx_bot , float *vtx_top )
|
float *vtx_bot , float *vtx_top )
|
||||||
{
|
{
|
||||||
|
//zhongjin
|
||||||
|
SG_LOG(SG_GUI,SG_ALERT, "getGlyph " << c);
|
||||||
unsigned int cc = (unsigned char) c ;
|
unsigned int cc = (unsigned char) c ;
|
||||||
|
|
||||||
if ( ! exists[cc] ) return FNT_FALSE ;
|
if ( ! exists[cc] ) return FNT_FALSE ;
|
||||||
|
Loading…
Reference in New Issue
Block a user