gpt4 book ai didi

java - 在 DefaultStyledDocument 上设置字体颜色

转载 作者:太空宇宙 更新时间:2023-11-04 08:59:03 24 4
gpt4 key购买 nike

我知道我可以在 javax.swing.text.DefaultStyledDocument 上设置字体大小,如下所示:

public void apply(DefaultStyledDocument document) {
final MutableAttributeSet attributeSet = new SimpleAttributeSet();
StyleConstants.setFontSize(attributeSet, 12);
document.setCharacterAttributes(0, 80, attributeSet, false);
}

如何设置字体颜色?

最佳答案

我猜你使用了 StyleConstants.setForeground(...) 方法。

关于java - 在 DefaultStyledDocument 上设置字体颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1369199/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com