Home | History | Annotate | Download | only in idlelib

Lines Matching refs:fontName

109         self.fontName=StringVar(self)
173 self.fontName=StringVar(self)
440 self.fontName.trace_variable('w',self.VarChanged_fontName)
464 value=self.fontName.get()
826 self.fontName.set(font.lower())
830 fontName=self.fontName.get()
835 newFont = (fontName, self.fontSize.get(), fontWeight)
941 self.fontName.set(lc_configuredFont)