更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
fc7a97c3c6
commit
71e2ca2b8c
3
3rdparty/fonts/fnt.cxx
vendored
3
3rdparty/fonts/fnt.cxx
vendored
@ -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 ] )
|
||||||
|
Loading…
Reference in New Issue
Block a user