博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Eclipse3.7 Indigo 字体设置为Courier New
阅读量:6251 次
发布时间:2019-06-22

本文共 722 字,大约阅读时间需要 2 分钟。

Eclipse版本:Indigo Service Release 2

打开c:/windows/fonts()确认该字体存是否存在。

1.C:/windows/fonts/Courier New 右键 ->显示 (window7 C:\Windows\Fonts)

    window7系统到这一步 问题可能已解决了 重新打开Eclipse  Window->preference-->Colors and Fonts看看

    如果没解决  继续下面步骤

2. 关闭Eclipse   

  修改eclipse目录/plugins/org.eclipse.jface_3.7.0.I20110522-1430.jar

  打开org\eclipse\jface\resource\jfacefonts_windows7.properties --不同系统选择不同的文件 

  修改如下两行:

  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 

  打开preference-->Colors and Fonts.点击Restore Defaults就OK了

 

转载于:https://www.cnblogs.com/java-wl/archive/2012/05/26/2923156.html

你可能感兴趣的文章
MySql相关及如何删除MySql服务
查看>>
jdk future
查看>>
我的友情链接
查看>>
Jenkins插件安装及配置
查看>>
我的友情链接
查看>>
SVN提交工作时需要注意的事项
查看>>
配置ospf虚拟链路
查看>>
python学习初步
查看>>
18年,年中自省
查看>>
常用开源软件maven坐标
查看>>
Linux——解决apache"300 Multiple Choices"
查看>>
Macbook Pro Retina实现OSX10.10 Yosemite 和Win7双系统(Win7多分区)
查看>>
qt 学习之路2
查看>>
IOS学习之 导航栏
查看>>
SNMP网络监控
查看>>
我的友情链接
查看>>
模糊查询like的写法问题
查看>>
我的友情链接
查看>>
yum安装lamp分离教程
查看>>
Java基础学习总结(22)——异常处理
查看>>