here it’s my code
const char* pFont = “fonts/Schwarzwald Regular.ttf”;
//CCLabelTTF coinlabel = CCLabelTTF::labelWithString, CCTextAlignmentCenter, pFont, 20);
CCLabelTTFpLabel = CCLabelTTF::labelWithString(pFont, pFont, 24);
whatever do i change font stuff, it’s always show the same.
what’ wrong with me?……