How do i know what fonts are available in my tkinter? I tried the answers of others code to this question but it just won't work. Is tkinter fonts based on the installed fonts on the system or it comes preinstalled with tkinter
Asked
Active
Viewed 334 times
1
-
Does this answer your question? [List available font families in \`tkinter\`](https://stackoverflow.com/questions/39614027/list-available-font-families-in-tkinter) – Bryan Oakley Feb 06 '22 at 04:30
1 Answers
0
This question seemed to be answered fully here, along with code to see what each font will look like.
Although this may not be the fastest way, I would encourage you to look into this. It will not only allow you to see every available font, but will also allow you to create more modern looking UI much faster using Tkiner library, and Python. You can find a clearer tutorial here on how to transfer what you create to Tkinter here.

yet-it-compiles
- 108
- 1
- 10