Home | History | Annotate | Download | only in idlelib

Lines Matching refs:lc_configuredFont

940         lc_configuredFont = configuredFont.lower()
941 self.fontName.set(lc_configuredFont)
943 if lc_configuredFont in lc_fonts:
944 currentFontIndex = lc_fonts.index(lc_configuredFont)