码迷,mamicode.com
首页 > 其他好文 > 详细

Xcode Loading custom fonts

时间:2014-12-03 00:31:48      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   os   sp   on   


1、进入网站http://www.dafont.com,选取需要的字体

2、下载字体,解压文件,找到ttf格式文件,这个是我们要导入至工程的。如thirteen_pixel_font.ttf 。

3、导入文件至工程中 点击最后

4、选取工程targets,进入info,找到Custom iOS Target Properties. 点击列表最后一行入口Bundle versions string, short ,点击按钮+,添加新内容。如下图所示:

bubuko.com,布布扣

bubuko.com,布布扣

5、在iOS 游戏开发中,即可引用上面新增字体。如:

    SKLabelNode *myLabel = [SKLabelNode labelNodeWithFontNamed:@"Thirteen Pixel Fonts"]; 


学自:iOS Games by Tutorials  p145  Loading custom fonts

Xcode Loading custom fonts

标签:style   blog   http   io   ar   color   os   sp   on   

原文地址:http://blog.csdn.net/leochang130731/article/details/41686265

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!