Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想基于 plist 文件中的字典存储创建一个 UIFont 对象。
显然,我可以创建自己的键并使用它们来放置字体名称、家族名称和磅值,然后使用它来创建字体。
但是有标准的方法吗?
我不确定您在这里所说的“标准”是什么意思。没有“标准”API 将 a 编码UIFont为NSDictionary. 我建议您为UIFont. 一个将UIFont实例作为字典返回,另一个(类方法)UIFont从这样的字典创建实例。
UIFont
NSDictionary