Font Size of Button text #104
Unanswered
SilverPirateX
asked this question in
Q&A
Replies: 2 comments
-
# this is a python comment
# it is not executed by compiler |
Beta Was this translation helpful? Give feedback.
0 replies
-
for CTK objects, you can use the ,text_font attribute, so to use your above example
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there is any way i can change the font size of CTkButton text ?
I usually use #font=("Times", "30", "bold") for example in the standard tkinter but when used for CTkButton somehow it says that it doesn't have such option.
Beta Was this translation helpful? Give feedback.
All reactions