A_D <aundersco...@gmail.com> added the comment:

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)
```

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43694>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to