smartGWT 和 RichTextEditor:如何设置可用字体?
我正在使用 smartGWT 的 RichTextEditor,默认情况下它带有 7 种不同的字体,但我只想支持 1 种字体类型,而不是 7 种,但我想要支持的字体不随 RichTextEditor 一起提供。如何从 RichTextEditor 设置支持的字体类型?
I am using the RichTextEditor from smartGWT and it comes with 7 different fonts by default, but I would like to support ONLY 1 font type, and not 7, but the font I want to support does not come with the RichTextEditor. How can I set the supported font types from the RichTextEditor?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎他们没有在 RichTextEditor API 中公开大部分功能,但我相信可以通过执行以下操作来实现:
It seems that they don't expose much of that functionality in the RichTextEditor API, however I believe it could be achieved by doing the following: