macbook里的python怎么把字体调大

如题所述

第1个回答  2014-11-04
按command+就可以把terminal里的字体调大了
第2个回答  推荐于2017-09-09
There is a file "config-main.def"

I have many copies of Python in my Mac so I have to search for the adequate one.
On my mac was situated at

/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/idlelib/config-main.def

It is always on a folder called "idlelib"

edit this file for example to :
[EditorWindow]
width= 80
height= 40
font= courier
font-size= 18
font-bold= 0
encoding= none

The previous size on my Mac was 10 (I changed to 18)

To edit the file you must copy it on some other part. Open and modify with an editor.
Then put instead of the original the modified file. It will ask for a permission to do that.

This was perfect in my case.本回答被网友采纳
相似回答