macbook里的python怎么把字体调大

发布网友 发布时间:2022-04-24 07:50

我来回答

2个回答

热心网友 时间:2022-06-13 10:37

按command+就可以把terminal里的字体调大了

热心网友 时间:2022-06-13 10:37

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.

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com