gpt4 book ai didi

java - 通过 java.awt.Font 删除线

转载 作者:太空狗 更新时间:2023-10-29 22:43:53 25 4
gpt4 key购买 nike

有没有办法让 java.awt.Font 删除线?

最佳答案

所以我找到了这个,它有效。

Font font = new Font("helvetica", Font.PLAIN, 12);
Map attributes = font.getAttributes();
attributes.put(TextAttribute.STRIKETHROUGH, TextAttribute.STRIKETHROUGH_ON);
Font newFont = new Font(attributes);

关于java - 通过 java.awt.Font 删除线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1070878/

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