更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
f5d5d865a8
commit
57351b02f2
4
3rdparty/fonts/fnt.cxx
vendored
4
3rdparty/fonts/fnt.cxx
vendored
@ -57,7 +57,7 @@ float fntTexFont::low_putch ( sgVec3 curpos, float pointsize,
|
|||||||
|
|
||||||
//SG_LOG(SG_GUI,SG_ALERT, "UTF8 cc<<4 " << x);
|
//SG_LOG(SG_GUI,SG_ALERT, "UTF8 cc<<4 " << x);
|
||||||
|
|
||||||
cc = (unsigned char) *(s++) ;
|
cc = (unsigned char) *(c++) ;
|
||||||
|
|
||||||
//SG_LOG(SG_GUI,SG_ALERT, "UTF81 cc=" << cc);
|
//SG_LOG(SG_GUI,SG_ALERT, "UTF81 cc=" << cc);
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ float fntTexFont::low_putch ( sgVec3 curpos, float pointsize,
|
|||||||
|
|
||||||
int y = (cc & 0x03) << 6 ;
|
int y = (cc & 0x03) << 6 ;
|
||||||
|
|
||||||
cc = (unsigned char) *(s++) ;
|
cc = (unsigned char) *(c++) ;
|
||||||
|
|
||||||
//SG_LOG(SG_GUI,SG_ALERT, "UTF82 cc=" << cc);
|
//SG_LOG(SG_GUI,SG_ALERT, "UTF82 cc=" << cc);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user