CustomTkinter
CustomTkinter copied to clipboard
Docs don't include loading custom fonts
The docs are not very clear, you should add a line in the CTkFont section explaining that you can load custom fonts via: customtkinter.FontManager.load_font("<insert_font_path_here>")
Can you elaborate on how to do it? What type of file does that function expect, and does it return anything?
the function is def load_font(cls, font_path: str) -> bool.
It returns a bool showing whether it successfully loaded the font. And then you can give it a standard font file like .ttf or .otf