gpt4 book ai didi

fonts - 如何更改 ttk::button(主题小部件)中的字体和字体大小?

转载 作者:行者123 更新时间:2023-12-04 06:56:51 28 4
gpt4 key购买 nike

您如何更改主题按钮小部件 ( ttk::button ) 中的字体和字体大小?

ttk::button .x.buttonTEST -text "TEST" -font ??
# the -font option is not valid with ttk::button

最佳答案

ttk::button 的外观(特别是对你来说,它的字体,但其他东西)完全通过样式和主题来控制。通过设置一次样式,可以很容易地将其应用于许多按钮(假设这是您想要的)。

最简单的方法是创建派生样式,这是通过在现有基本样式( TButton 用于按钮)上添加一些自定义前缀来完成的。

# Once per style in your program...
ttk::style configure MyExample.TButton -font {Symbol 48}

# For each button you want that looks this way...
ttk::button .b -font "Example" -style MyExample.TButton
pack .b

关于fonts - 如何更改 ttk::button(主题小部件)中的字体和字体大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2463565/

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