We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Create Issue on Github
Modify the LabelOutlineAndGlowTest case then used BRLNSDB.TTF for test,the codes as follow:
TTFConfig config( "fonts/BRLNSDB.TTF", 32 ); auto lbl = Label::createWithTTF( config, "asdf", TextHAlignment::LEFT,size.width ); lbl->setColor( Color3B( 255, 0, 0 ) ); lbl->enableOutline( Color4B( 0, 0, 0, 255 ), 3 ); lbl->setPosition( 400, 200 ); lbl->setAnchorPoint( Point( 0.5, 0.5 ) ); addChild( lbl ); auto lbl2 = Label::createWithTTF( config, "asdf", TextHAlignment::LEFT,size.width ); lbl2->setColor( Color3B( 255, 0, 0 ) ); lbl2->setPosition( 400, 300 ); lbl2->setAnchorPoint( Point( 0.5, 0.5 ) ); addChild( lbl2 );
The reusult as follow:
bug.png (17 kB) samuele3hu, 2014-03-26 10:17
BRLNSDB.TTF (94.6 kB) samuele3hu, 2014-03-26 10:17
Fixed at https://github.com/cocos2d/cocos2d-x/pull/6022
Atom PDF
100%
Modify the LabelOutlineAndGlowTest case then used BRLNSDB.TTF for test,the codes as follow:
The reusult as follow:

bug.png (17 kB) samuele3hu, 2014-03-26 10:17
BRLNSDB.TTF (94.6 kB) samuele3hu, 2014-03-26 10:17