Is it possible to resize text in a tkinter box in python? I know I can add text and, when doing so, among other traits, define the font size. Is it possible to resize the text if say, something triggers the program to do so?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using a
Textbox you can use tags for formatting its contents. For instance:will change the background and size of a section of the entered text when you click the box with your mouse.