[issue13802] IDLE Prefernces/Fonts: use multiple alphabets in examples

Serhiy Storchaka report at bugs.python.org
Fri Jul 7 09:45:16 EDT 2017


Serhiy Storchaka added the comment:

On other hand, we can use the standard font chooser dialog. But it doesn't allow to configure the sample text at all (at least on X Window).

Terry, try please the following commands on Windows:

import tkinter
root = tkinter.Tk()
root.tk.call('tk', 'fontchooser', 'show')

How it looks?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13802>
_______________________________________


More information about the Python-bugs-list mailing list