We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a446cd6 commit cf263fbCopy full SHA for cf263fb
1 file changed
Doc/library/tkinter.font.rst
@@ -56,7 +56,7 @@ The different font weights and slants are:
56
57
If *option* is specified, value of just that attribute is returned; if
58
it is omitted, the return value is a dictionary of all the attributes
59
- and their values. See above for a list of the possible attributes.
+ and their values. See above for a list of the possible attributes. [1]_
60
61
.. method:: cget(option)
62
@@ -103,3 +103,9 @@ The different font weights and slants are:
103
.. function:: nametofont(name)
104
105
Return a :class:`Font` representation of a tk named font.
106
+
107
+References
108
+----------
109
110
+.. [1] Tk 8.6 font man page
111
+ https://www.tcl.tk/man/tcl8.6/TkCmd/font.htm#M5
0 commit comments