Lines Matching refs:Font
170 self['font'] = (normalfont, 12)
171 self.tag_configure('em', font=(normalfont, 12, 'italic'))
172 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
173 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
174 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
175 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
176 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
190 "Return name of first font family derived from names."
193 font = tkfont.Font(name=name, exists=True, root=self)
194 return font.actual()['family']