Home | History | Annotate | Download | only in idlelib

Lines Matching refs:lc_fonts

942         lc_fonts = [s.lower() for s in fonts]
943 if lc_configuredFont in lc_fonts:
944 currentFontIndex = lc_fonts.index(lc_configuredFont)