Home | History | Annotate | Download | only in scripts

Lines Matching refs:Font

35     from tkinter.font import Font
39 from tkFont import Font
199 font = Font(family='courier', size=12)
203 label = Label(frame, text=line, font=font)
207 label = Label(frame, text='', font=font)
211 label = Label(frame, text=' ' + title_line, font=font)
225 tree.tag_configure('set_font', font=font)