首页 > 代码库 > Eclipse Indigo 更改字体
Eclipse Indigo 更改字体
在Eclipse Indigo版本中,默认字体是Consolas,很是不习惯。
打开preference-->Colors and Fonts发现没有Courier New这个字体。打开c:/windows/fonts发现该字体存在系统中。
修改方法:
1. 打开eclipse目录 /plugins/org.eclipse.jface_3.7.0.I20110522-1430.jar (jar的版本号可能不一致)
2. 打开 org\eclipse\jface\resource\jfacefonts_windows7.properties --不同系统选择不同的文件
3. 修改如下两行:
org.eclipse.jface.textfont.0=Consolas-regular-10
org.eclipse.jface.textfont.1=Courier New-regular-10
为
org.eclipse.jface.textfont.0=Courier New-regular-10
org.eclipse.jface.textfont.1=Consolas-regular-10
保存后打开启动eclipse,基本上就 OK 了
如果不行,再次打开preference-->Colors and Fonts.点击Restore Defaults就OK了
Eclipse Indigo 更改字体
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。