更改textView中的字体样式?

发布于 2024-11-15 16:16:45 字数 116 浏览 2 评论 0原文

如何在 Xcode 的 textView 中将标题文本的字体样式更改为 粗体斜体

另外,我怎样才能只对textView中的一些单词执行此操作?

How can I change the font style of the header text to bold or italic in textView in Xcode?

Also, how can I do this for only some of the words in textView?

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

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

发布评论

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

评论(2

×纯※雪 2024-11-22 16:16:45

简而言之,您现在无法在 UITextView 中执行此操作。如果没有用户交互,请考虑 UIWebView。实际上,您应该阅读

In short you can't do that in UITextView right now. If there is no user interaction, consider UIWebView. Actually, you should just read this.

旧故 2024-11-22 16:16:45

回答第二个问题:“我怎样才能只对textView中的某些单词执行此操作?”

您可以在属性检查器中将“文本”从普通更改为属性。通过右键单击,您可以将选定的单词更改为粗体或斜体等。

Answer to the second queston:"how can I do this for only some of the words in textView?"

You can change "Text" from plain to attributed in the attribute inspector. with a right click you can change a selected word in bold or italic etc.

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