[issue13802] IDLE font settings: use multiple character sets in examples

Serhiy Storchaka report at bugs.python.org
Thu Oct 12 04:12:58 EDT 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list