TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.8k stars 1.03k forks source link

Can you change the font in a CTkTextBox with tags? #2360

Open PhilipNelson5 opened 3 months ago

PhilipNelson5 commented 3 months ago

Based on the code in CTkTextBox, it seems impossible to configure portions of text in a CTkTextBox with tags. Is this correct or am I missing another way to do it?

https://github.com/TomSchimansky/CustomTkinter/blob/b9b57d95c7d3bb821a2260527315b6079161f5c9/customtkinter/windows/widgets/ctk_textbox.py#L440-L443

I want to make tags that change the font to italic and bold.