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.
我在 iPhone 应用程序中使用 UITextView。我正在使用自定义字体。我想在文本视图中设置 32px 行距,还想调整文本视图中字符之间的字距和前导。有人知道吗?
核心文本框架是否有帮助?如果是这样,请解释如何。如何在 iPhone 应用程序中自定义文本视图中的行距?
如果你想使用 Core Text,它具有指定段落的前导空格、段落的首行缩进、行距、下划线...
在这里查看文档