更改 UITextView 中选定文本的字体

发布于 2024-12-10 21:56:55 字数 97 浏览 0 评论 0原文

任何人都可以建议我如何更改 UITextView 中所选文本的字体。我无法使用 UIWebView,因为我必须编辑文本。我看过 Pages 应用程序。在该应用程序中这是如何实现的。

Can anybody suggest me how to change the font of the selected text in UITextView.I cannot use UIWebView since i have to edit the text. I have seen the Pages app.How it is possible in that app.

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

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

发布评论

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

评论(2

小情绪 2024-12-17 21:56:55

请参阅以不同方式设置 UILabel 内文本的格式

由于您需要编辑,您还应该查看基于 JavaScript 的编辑器,例如 CKEditorTinyMCE。我还强烈推荐会议 511 的 WWDC 2011 视频:“Rich Text Editing in iOS 上的 Safari。”

See Formatting text within UILabel differently.

Since you need editing, you should also look at JavaScript-based editors such as CKEditor or TinyMCE. I also highly recommend the WWDC 2011 video for Session 511: "Rich Text Editing in Safari on iOS."

爱冒险 2024-12-17 21:56:55

我关于富文本 UILabels 的文章可能会有所帮助...详细信息和代码可以找到 这里!

我们还即将完成一篇后续文章,它基本上是一个带有样式、项目符号等的 HTML 文本渲染器,它可以渲染到上下文,以便可以渲染到 UIView 或例如 PDF 上下文。如果你不是特别赶时间,我可以在完成后给你写信......

My article on rich text UILabels may help... details and code can be found here!

We're also about to finish a follow-up article which is basically an HTML text renderer with styles, bullets etc, this can render to a context so can render to a UIView or a PDF context for example. If you're not particularly in a hurry I can drop you a line when it is complete....

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