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

next
zhongjin 2 years ago
parent e24f7b4a2a
commit 405ed1fb02

@ -155,8 +155,8 @@ int fntTexFont::loadTXF ( const SGPath& path, GLenum mag, GLenum min )
const auto ps = path.utf8Str(); const auto ps = path.utf8Str();
//zhongjin //zhongjin
SG_LOG(SG_GUI,SG_ALERT, "----------------------------------------"); //SG_LOG(SG_GUI,SG_ALERT, "----------------------------------------");
SG_LOG(SG_GUI,SG_ALERT, "loadTXF " << ps); //SG_LOG(SG_GUI,SG_ALERT, "loadTXF " << ps);
#if defined(SG_WINDOWS) #if defined(SG_WINDOWS)
@ -234,7 +234,7 @@ int fntTexFont::loadTXF ( const SGPath& path, GLenum mag, GLenum min )
glyph . y = _fnt_readShort () ; glyph . y = _fnt_readShort () ;
//zhongjin //zhongjin
SG_LOG(SG_GUI,SG_ALERT, "ch=" << glyph.ch); //SG_LOG(SG_GUI,SG_ALERT, "ch=" << glyph.ch);
// setGlyph ( (char) glyph.ch, // setGlyph ( (char) glyph.ch,
setGlyph ( (int) glyph.ch, setGlyph ( (int) glyph.ch,

Loading…
Cancel
Save