An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Hi,
In the below command how to increase font size.
hwtk::label $w.d.a11 -text ' Engine ' -help 'Text label with flat relief' pack $w.d.a11 -side left -padx 0 -pady 2
Thanks in advance.
hi
try option
-font {Arial 14}
Thanks tinh
When i try to use above option its throwing error
hwtk::label $w.d.a11 -text ' Engine ' -font {Arial 14} -help 'Text label with flat relief' pack $w.d.a11 -side left -padx 0 -pady 2
unknown option '-font'
Thanks ..
maybe font is not changable (ttk label),
use cmd label instead of hwtk::label