TomSchimansky / CustomTkinter

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

Documentation describing possible fonts #2059

Open EpicRolandCoder opened 1 year ago

EpicRolandCoder commented 1 year ago

I've gone through the documentation on the website (https://customtkinter.tomschimansky.com/documentation/ and specifically https://customtkinter.tomschimansky.com/documentation/widgets/button) and I still can not find a list of the accepted fonts for buttons. At this point it just feels like trial and error.

Akascape commented 1 year ago

@EpicRolandCoder You can use any font installed in your system. You should pass the official font names otherwise it doesn't work.

If you want to add any custom font through the font file then try this method: https://github.com/TomSchimansky/CustomTkinter/discussions/936#discussioncomment-4491310