iOS 上 UITextView 中两行之间的行距或垂直距离

发布于 2024-11-02 09:28:04 字数 158 浏览 0 评论 0原文

我想在 UITextView 中设置两行之间的垂直行距。

我搜索了很多相同的内容,但找不到任何 API 或解决方法。

虽然 UIFont 具有 ledding 和 lineHeight 属性,但它们是只读的,因此不能解决目的。

请让我知道如何解决这个问题

I want to set vertical linespacing between two lines in UITextView.

I searched a lot for the same but couldn't find any API or a way to go about it.

Although UIFont has ledding and lineHeight properties but they are readonly and hence doesn't solve the purpose.

Please let me know how to solve this problem

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

春风十里 2024-11-09 09:28:04

看看“在UITextView中设置行高”,似乎唯一的解决方案是创建自定义字体。

Have a look at "Set line height in UITextView", it seems the only solution is to create a custom font.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文