diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-02-24 04:04:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 04:04:53 (GMT) |
commit | d610116a2e48b55788b62e11f2e6956af06b3de0 (patch) | |
tree | 8264dbc71fca508544e5fe522729c767a0fa082b /Doc | |
parent | abe5922743f62e130c4dad2f637274c38d6b1e8b (diff) | |
download | cpython-d610116a2e48b55788b62e11f2e6956af06b3de0.zip cpython-d610116a2e48b55788b62e11f2e6956af06b3de0.tar.gz cpython-d610116a2e48b55788b62e11f2e6956af06b3de0.tar.bz2 |
bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/idle.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 8290039..8ef9e2e 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -852,6 +852,13 @@ Non-default user settings are saved in a .idlerc directory in the user's home directory. Problems caused by bad user configuration files are solved by editing or deleting one or more of the files in .idlerc. +On the Font tab, see the text sample for the effect of font face and size +on multiple characters in multiple languages. Edit the sample to add +other characters of personal interest. Use the sample to select +monospaced fonts. If particular characters have problems in Shell or an +editor, add them to the top of the sample and try changing first size +and then font. + On the Highlights and Keys tab, select a built-in or custom color theme and key set. To use a newer built-in color theme or key set with older IDLEs, save it as a new custom theme or key set and it well be accessible |