The default naming method for fonts generated using Bmfont is this:
Test.fnt Test_0.png
When the two files are copied to Cocostudio use, 100% will not successfully set the success, because after cocostudio1.3, forcing the two files to the same name,
can refer to this link: http://www.cocoachina.com/bbs/simple/?t195385.html, then change to:
Test.fnt Test.png
It should be OK. Well, if this changes, Cocostudio 100% dead to show you
The correct method of modification has the following two kinds:
1) When you get the TEST.FNT and test_0.png generated by Bmfont, change the test.fnt to the same name as the PNG, which is test_0.fnt
2) If you want to change test_0.png to the same name as FNT, you need to change test_0.png to Test.png, then open test.fnt with Notepad and modify the following line:
Page id=0 file= "Uifont_0.png"
Switch
Page id=0 file= "Uifont.png"
I do not know this naming specification can give developers what practical benefits, net chaos, idle egg pain to change a few more bugs it.