Java - 如何获取 JTextPane 的默认字体大小
我有一个 JTextPane,我正在尝试获取 JTextPane 的默认字体大小。
我尝试过寻找诸如 getFontSize()
和 getTextSize()
之类的方法,但似乎都不存在。我显然错过了一些东西,所以有人可以帮忙吗?
I have a JTextPane, and I'm trying to get the default font size of the JTextPane.
I've tried looking for methods such as getFontSize()
and getTextSize()
, but none seem to exist. I'm clearly missing something, so can anyone help out with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你想要:
或者更通用:
I think you want:
Or even more generic: