No file found at fonts/arial. Possible missing file

Why is it giving this error 1,000,000,000 times when there folder and file is there?

Path

arial

Thanks

May be “fonts/arial.ttf”?

Any idea where it is looking for it in my project ?

For example:

cocos2d::Label* label = cocos2d::Label::createWithTTF("Hello World!","fonts/Marker Felt.ttf",45);
		label->setPosition(0,0);
		this->addChild(label, 1);

It is?

1 Like

O I see… OK Ill try that !! Thanks