tags:

views:

54

answers:

1

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

A: 

This isn't an objective-C question, it's a question about a library you're using. You should fix your tags.

NSResponder