This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aunderscored
Recipients aunderscored, serhiy.storchaka
Date 2021-04-01.19:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617305126.34.0.518325925553.issue43694@roundup.psfhosted.org>
In-reply-to
Content
Thanks so much for your help. To anyone in the future trying to figure this out: Apparently the default opensuse fonts (which are noto) are _not_ scalable. In my testing the following is enough to solve the issue.

```
tk.font.nametofont('TkDefaultFont').configure(family='DejaVu Sans', size=10)
```
History
Date User Action Args
2021-04-01 19:25:26aunderscoredsetrecipients: + aunderscored, serhiy.storchaka
2021-04-01 19:25:26aunderscoredsetmessageid: <1617305126.34.0.518325925553.issue43694@roundup.psfhosted.org>
2021-04-01 19:25:26aunderscoredlinkissue43694 messages
2021-04-01 19:25:25aunderscoredcreate