CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Added the ability to recognize custom fonts for MacOS

Open khalmurad opened this issue 1 year ago • 0 comments

Now we can use custom fonts for MacOS as well in our program by writing them as shown in the example below:

FontManager.load_font("/path/to/font/file") # (.ttf, .otf, etc.)

khalmurad avatar Sep 11 '24 11:09 khalmurad