Skip to content

Commit 966592d

Browse files
committed
Initial commit of Tal's suggestions
1 parent 63adfdc commit 966592d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/library/tkinter.font.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ The different font weights and slants are:
4949

5050
Returns information about the actual attributes that are obtained when
5151
the font is used on *displayof*; the values obtained may differ from
52-
those given (and retrieved by :meth:`Font.cget`) due to
53-
platform-dependent limitations (such as the availability of font
54-
families and pointsizes). If *displayof* is omitted, it defaults to the
55-
main window.
52+
those given as kwargs or similar method (and retrieved by
53+
:meth:`Font.cget`) due to platform-dependent limitations (such as the
54+
availability of font families and pointsizes).
55+
56+
*displayof* accepts any tkinter widget and, if omitted, will default to
57+
the main window.
5658

5759
If *option* is specified, the value of just that attribute is returned;
5860
if it is omitted, the return value is a dictionary of all the attributes

0 commit comments

Comments
 (0)