Lines Matching refs:fontName
116 self.fontName = StringVar(parent)
186 self.fontName = StringVar(parent)
485 self.fontName.trace_variable('w', self.VarChanged_font)
505 self.fontSize, self.fontName, self.fontBold,
518 value = self.fontName.get()
890 self.fontName.set(font.lower())
894 fontName = self.fontName.get()
896 newFont = (fontName, self.fontSize.get(), fontWeight)
1001 fontName = configuredFont[0].lower()
1004 self.fontName.set(fontName)
1007 currentFontIndex = lc_fonts.index(fontName)