摘要: 方式1:只设置字体大小,我一般用这个[UILabel setFont: [UIFont boldSystemFontOfSize:20.0]];方式2:设置字体大小 和字体类型,加粗[UILabelsetFont:[UIFontfontWithName:@"Helvetica-Bold"size:2... 阅读全文
posted @ 2015-07-06 22:06 王北城 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: 1.Cocos2d下载地址:http://www.cocos2d-iphone.org,然后进入Download页面2.在mac系统中解压刚才下载的压缩包,最好不要放在桌面,我是放在Documents(文稿)中3.打开 终端 ,输入代码进入刚才的文件夹cd documentscd cocos2d-i... 阅读全文
posted @ 2015-07-06 21:46 王北城 阅读(617) 评论(0) 推荐(0) 编辑