Newbie question
've been trying to make the font size bigger in Idle for my aging eyes, and
noted the documentation talks about changing font size in windows by not in
linux
The only line I found is like this:
text['font'] = edconf.get('font-name'), edconf.get('font-size')
How can I make the font's bigger.
Thanks in anticipation.