Python Forum
[Tkinter] Custom Fonts - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] Custom Fonts (/thread-23362.html)



Custom Fonts - GalaxyCoyote - Dec-24-2019

I am going to be making a couple of applications that require my own custom font, but I can't seem to find any imports that allow me to use my font. If you are wondering, my font is going to be 4x4 and then upscaled to 16x16. Is there any Tkinter import that allows for your own font file?


RE: Custom Fonts - Larz60+ - Dec-25-2019

see: https://tkdocs.com/tutorial/fonts.html