I want to port Fontlabel working for Mac and contribute to cocos2d. Are there guidelines to be followed for coding standards, plz let me know where they are.
Everything except FontLabel.h and FontLabel.m use only CG classes and NS classes. So I assume only FontLabel needs major porting as it directly extends from UILabel which has to be replaced with NSLabel ?
Please let me know if I am wrong. Right now I am going be just enable CC_FONT_LABEL_SUPPORT and start porting FontLabel .h and .m files. If I am missing anything else let me know. I need directions please.