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

This commit is contained in:
zhongjin 2022-11-22 00:38:13 +08:00
parent fc7a97c3c6
commit 71e2ca2b8c

View File

@ -195,9 +195,10 @@ void fntTexFont::getBBox ( const char *s,
x= x + (cc<<2) >> 4; x= x + (cc<<2) >> 4;
int y = (cc & 0X03 )<< 6 + (unsigned char) *(s++) & 0X7F int y = (cc & 0X03 )<< 6 + (unsigned char) *(s++) & 0X7F;
cc = x * 256 + y; cc = x * 256 + y;
SG_LOG(SG_GUI,SG_ALERT, "U =" << cc);
} }
if ( ! exists [ cc ] ) if ( ! exists [ cc ] )