Home
last modified time | relevance | path

Searched refs:nametofont (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_font.py112 testfont = font.nametofont(fontname, root=self.root)
152 self.assertRaises(RuntimeError, font.nametofont, fontname)
154 testfont = font.nametofont(fontname)
159 self.assertRaises(RuntimeError, font.nametofont, fontname)
/third_party/python/Doc/library/
Dtkinter.font.rst94 .. function:: nametofont(name, root=None)
/third_party/python/Lib/tkinter/
Dfont.py20 def nametofont(name, root=None): function
/third_party/python/Misc/NEWS.d/
D3.10.0a4.rst321 Added a root parameter to :func:`tkinter.font.nametofont`.
/third_party/python/Misc/
DHISTORY19974 - A new function tkFont.nametofont was added to return an existing