字体显示有点模糊

字体:微软雅黑

用不同颜色,清晰度不一样。。。
越靠近黑色,字体就有点糊。。。。。

char szTemp] = "1234567890水电开发贷款实际lafldksalfkdls";
    char szDestText = "";
    bool bRet = G2U(szDestText, 256, szTemp, strlen(szTemp));
    CCLabelTTF* pLabel = CCLabelTTF::create(szDestText, "微软雅黑", 16);
    pLabel->setColor(ccc3(47,47,47));

    // position the label on the center of the screen
    pLabel->setPosition(ccp(origin.x + visibleSize.width/2,
                            origin.y + visibleSize.height / 2));

    // add the label as a child to this layer
    this->addChild(pLabel, 1);

有什么办法解决啊????