add font rendering to button, not finished yet

This commit is contained in:
TomSchimansky
2022-02-22 14:36:36 +01:00
parent 5007d16df3
commit 5bbcb1c617
9 changed files with 171 additions and 199 deletions

View File

@ -4,7 +4,7 @@ import customtkinter
import sys
customtkinter.set_appearance_mode("Light") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("dark-blue") # Themes: "blue" (standard), "green", "dark-blue"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"
class App(customtkinter.CTk):