I'm running Python 3.6 and was wondering if there is a way to get the default font that Tkinter uses, more specifically the default font that the Canvas
object uses when canvas.create_text
is called.
↧
Getting the default font in Tkinter
↧