ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.96k stars 821 forks source link

Custom fonts #187

Closed Mennaruuk closed 2 years ago

Mennaruuk commented 2 years ago

Dear Parth,

Hope life is treating you well.

If I use Figma Desktop, will the custom font I use there be carried over in Tkinter Designer?

Thank you.

ParthJadhav commented 2 years ago

The Fonts which are installed on your Machine would only be supported. If the Font you use in Figma Desktop it's probably installed on your Machine.

Mennaruuk commented 2 years ago

What about users who don't have that font on their PC? What will they see?

ParthJadhav commented 2 years ago

They will probably see a Fallback font. Like a default font - Arial or something.

Mennaruuk commented 2 years ago

Thank you. You are very smart.