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 b7b573d commit bdac908Copy full SHA for bdac908
1 file changed
Doc/whatsnew/3.16.rst
@@ -236,6 +236,12 @@ tkinter
236
ttk version, and accepts mappings of button options as *buttons* entries.
237
(Contributed by Serhiy Storchaka in :gh:`59396`.)
238
239
+* :class:`tkinter.font.Font` can now wrap a font description without creating a
240
+ new named font, by passing it as *font* with ``exists=True`` and no *name*.
241
+ This avoids a loss of precision in :meth:`~tkinter.font.Font.actual`,
242
+ :meth:`~tkinter.font.Font.measure` and :meth:`~tkinter.font.Font.metrics`.
243
+ (Contributed by Serhiy Storchaka in :gh:`143990`.)
244
+
245
xml
246
---
247
0 commit comments