Truly custom font in Tkinter

后端 未结 6 1180
悲哀的现实
悲哀的现实 2020-11-29 10:28

I am making an interface in Tkinter and I need to have custom fonts. Not just, say, Helvetica at a certain size or whatever, but fonts other than what would normally be ava

6条回答
  •  温柔的废话
    2020-11-29 10:42

    There is no way to load an external font file into Tkinter without resorting to platform-specific hacks. There's nothing built-in to Tkinter to support it.

提交回复
热议问题