Message297883
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? |
|
| Date |
User |
Action |
Args |
| 2017-07-07 13:45:16 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, roger.serwy, Todd.Rovito, francismb, louielu |
| 2017-07-07 13:45:16 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-07-07 13:45:16 | serhiy.storchaka | link | issue13802 messages |
| 2017-07-07 13:45:16 | serhiy.storchaka | create | |
|