Files
cpython/Lib/tkinter
Serhiy Storchaka a9d4473232 [3.15] gh-143990: Preserve the size when creating a Font from a named font (GH-153267) (GH-153323)
tkinter.font.Font now copies the options of a named font (via "font
configure") instead of the options resolved by "font actual", which
would resolve a size specified in pixels (a negative size) to points.
A font description is still resolved, as it cannot be parsed otherwise.

Font.copy(), which has always been equivalent to constructing a Font
from the original font, is updated to match and now preserves the size
too.


(cherry picked from commit 45010f441d)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 12:58:19 +00:00
..