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, corona10, francismb, louielu, roger.serwy, serhiy.storchaka, terry.reedy
Date 2017-10-12.08:12:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507795978.64.0.213398074469.issue13802@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to make the sample text editable:

    self.font_sample = Text(frame_sample, font=temp_font, width=20)
    self.font_sample.insert(END, sample)

This will allow a user to test fonts in any perspective.
History
Date User Action Args
2017-10-12 08:12:58serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, roger.serwy, Todd.Rovito, francismb, louielu, corona10
2017-10-12 08:12:58serhiy.storchakasetmessageid: <1507795978.64.0.213398074469.issue13802@psf.upfronthosting.co.za>
2017-10-12 08:12:58serhiy.storchakalinkissue13802 messages
2017-10-12 08:12:58serhiy.storchakacreate