Message 304219 - Python tracker

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.

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.