Home | History | Annotate | Download | only in idlelib

Lines Matching full:bold

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