Searched refs:tkFont (Results 1 – 13 of 13) sorted by relevance
3 import tkFont80 self.tree.column(col, width=tkFont.Font().measure(col.title()))87 ilen = tkFont.Font().measure(val)
7 import tkFont112 font = tkFont.Font()119 self._font = tkFont.Font()
3 import tkFont as font
31 import tkFont as tkfont
13 import tkMessageBox, tkColorChooser, tkFont118 self.editFont = tkFont.Font(parent, ('courier', 10, 'normal'))895 fontWeight = tkFont.BOLD if self.fontBold.get() else tkFont.NORMAL996 fonts = list(tkFont.families(self))
27 from tkFont import Font, nametofont
20 import tkinter.font as tkFont namespace601 fonts = list(tkFont.families(self))656 font_weight = tkFont.BOLD if self.font_bold.get() else tkFont.NORMAL
741 Fix the comparison between a tkFont.Font and an object of another kind.
892 tkFont now supports unicode options (e.g. font family).
654 | ``tkinter_font`` | :mod:`py2:tkFont` | :mod:`py3:tkinter.font` …
130 :mod:`tkFont`
2590 - A new function tkFont.nametofont was added to return an existing
19974 - A new function tkFont.nametofont was added to return an existing