博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS自定义字体
阅读量:4958 次
发布时间:2019-06-12

本文共 727 字,大约阅读时间需要 2 分钟。

首先找到这个连接  http://blog.csdn.net/volcan1987/article/details/7639304

内容如下:

文档:Applications that want to use custom fonts can now include those fonts in their application bundle and register those fonts with the system by including the UIAppFonts key in their Info.plist file. The value of this key is an array of strings identifying the font files in the application’s bundle. When the system sees the key, it loads the specified fonts and makes them available to the application.

 

只需要在info.plist中添加UIAppFonts即可,然后在array中添加字体名即可,可添加多个字体。这项特性是3.2添加到sdk中的,3.2以前的版本无法使用。注意:ios5之前好像不支持otf格式的字体,所以最好用ttf格式的字体

按照这个方法就可以轻松添加新的字体。

然后我使用 软件FontCreator 编辑了现有的字体,按照上面的步骤,就可以使用“自己”的字体。

 

转载于:https://www.cnblogs.com/xiaogang-iphone/p/3247597.html

你可能感兴趣的文章
SQL Server-5种常见的约束
查看>>
硬件之美
查看>>
[转载]java开发中的23种设计模式
查看>>
表格的拖拽功能
查看>>
函数的形参和实参
查看>>
文字过长 用 ... 表示 CSS实现单行、多行文本溢出显示省略号
查看>>
1Caesar加密
查看>>
【TP SRM 703 div2 500】 GCDGraph
查看>>
MapReduce 重要组件——Recordreader组件 [转]
查看>>
webdriver api
查看>>
apache 实现图标缓存客户端
查看>>
揭秘:黑客必备的Kali Linux是什么,有哪些弊端?
查看>>
linux系统的远程控制方法——学神IT教育
查看>>
springboot+mybatis报错Invalid bound statement (not found)
查看>>
Linux环境下SolrCloud集群环境搭建关键步骤
查看>>
P3565 [POI2014]HOT-Hotels
查看>>
MongoDB的简单使用
查看>>
hdfs 命令使用
查看>>
prometheus配置
查看>>
【noip2004】虫食算——剪枝DFS
查看>>