Home | History | Annotate | Download | only in idlelib

Lines Matching full:bold

147                 offvalue=0, text='Bold', command=self.SetFontSample)
509 self.AddChangedItem('main', 'EditorWindow', 'font-bold', value)
899 fontWeight = tkFont.BOLD if self.fontBold.get() else tkFont.NORMAL
1009 fontBold = configuredFont[2]=='bold'