[issue31500] IDLE: Tiny font on HiDPI display

Serhiy Storchaka report at bugs.python.org
Wed Sep 20 13:18:18 EDT 2017


Serhiy Storchaka added the comment:

The limit 1.4 is not arbitrary. This is a minimal scale for which fonts from 10 to 14 pixels are not decreased when converted to points (with multiplier 0.75 and one rounding). round(14 * 0.75) = round(10.5) = 10; 10 * 1.4 = 14.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31500>
_______________________________________


More information about the Python-bugs-list mailing list