gpt4 book ai didi

JavaFX:更改 TextField 中的字体和大小

转载 作者:行者123 更新时间:2023-11-29 04:59:15 25 4
gpt4 key购买 nike

TextField 中的默认字体设置取决于您的 Windows 设置,当它们不相同时,我会遇到显示问题。所以我想将 TextField 设置为特定的字体和大小,但我不知道该怎么做。
你能帮我解决这个问题吗?

最佳答案

这样试试:

TextField tf = new TextField();
tf.setFont(Font.font("Verdana", FontWeight.BOLD, 70));

或用于设置自定义字体

tf.setFont(Font.loadFont("file:resources/fonts/isadoracyr.ttf", 120));

引用:Using Text and Text Effects in JavaFX

关于JavaFX:更改 TextField 中的字体和大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32624748/

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