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.
我有自定义NSFont(FontAwesome),我想从这个字体中获取所有字符。我已经浏览了所有关于字体的文档,但找不到任何可以显示它的东西。
NSFont
有什么想法我该怎么做?
如果你真的想得到所有的字符,你可以使用-coveredCharacterSet.
-coveredCharacterSet
否则,特别是。如果你想得到字形形状,精确你的Q。这将是一个更长的A。