所以我有一种叫做“ Digital dream”的字体,我试图在用python和tkinter制作的GUI中使用它,但是字体不会改变。
这是我的代码:
# Creates the label that will display time passed
label = Label(root, text="0:00:00.000000", font=("Digital dream", 14))
label.grid(column=1, row=0)
例如,如果我将“数字梦”更改为“ Arial”,那么它会起作用。