Hi everyone
I know in Cocoa to make a string bold is using this
myLabel.font = [UIFont boldSytemFontofSize:16];
but what about in Cocos2D? I can't find any method to make the string bold
Please help me out
Thanks
Hi everyone
I know in Cocoa to make a string bold is using this
myLabel.font = [UIFont boldSytemFontofSize:16];
but what about in Cocos2D? I can't find any method to make the string bold
Please help me out
Thanks
This isn't an objective-C question, it's a question about a library you're using. You should fix your tags.