在 JTextArea 中设置字体

发布于 2024-08-26 04:50:55 字数 173 浏览 8 评论 0原文

我有一个 JTextArea,其中包含以下文本“Text1 Text2 Text3”。 有没有办法让我把它们全部变成不同的字体?例如“Text1”是粗体,“Text2”是斜体,“Text3”是普通字体?

我知道我可以创建一个 Font 对象,但是我只能将它应用到 JTextArea 对象。

谢谢。

I've got a JTextArea which has the following text "Text1 Text2 Text3".
Is there a way I can make all of them different fonts? E.g. "Text1" is bold, "Text2" is italic and "Text3" is normal?

I know I can create a Font object, however I can only apply it the JTextArea object.

Thanks.

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

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

发布评论

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

评论(1

深爱不及久伴 2024-09-02 04:50:55

这在 JTextArea 中不可能。但您可以使用 JTextPane 或 JEditorPane。

This is not possible in JTextArea. But you can use JTextPane or JEditorPane.

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