a CCLABELTTF issues

in helloworld init func write code:

@ CCSize size = CCDirector::sharedDirector()>getWinSize;
CCLabelTTF* pLabel = CCLabelTTF::create;
CC_BREAK_IF;
pLabel
>setColor(ccc3(0xC8, 0xAE, 0x87));
pLabel~~>setAnchorPoint);
pLabel~~>setPosition(ccp(0, size.height-30));
addChild(pLabel);

CCLabelTTF* pLabel0 = CCLabelTTF::create(“roleattr”, “Arial”, 12);
CC_BREAK_IF(! pLabel0);
pLabel0~~>setColor);
pLabel0~~>setAnchorPoint(ccp(0,1));
pLabel0->setPosition(ccp(size.width/2, size.height/2));
addChild(pLabel0);@
the top text is blur can’t see clearly.
thanks!


ret.png (13.1 KB)