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 serhiy.storchaka
Recipients Todd.Rovito, francismb, louielu, roger.serwy, serhiy.storchaka, terry.reedy
Date 2017-07-07.13:45:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499435116.08.0.270933531371.issue13802@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-07-07 13:45:16serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, roger.serwy, Todd.Rovito, francismb, louielu
2017-07-07 13:45:16serhiy.storchakasetmessageid: <1499435116.08.0.270933531371.issue13802@psf.upfronthosting.co.za>
2017-07-07 13:45:16serhiy.storchakalinkissue13802 messages
2017-07-07 13:45:16serhiy.storchakacreate