在win7系统使用eclipse在xp系统默认的字体

jFace是控制Eclipse整个用户界面的包, 打开它后,可以看到里面有各个组件的字体风格等属性。而且分成多个系统的属性(XP/Vista/ Windows7/NT/2000,Linux等)。如何修改字体样式呢?

首先,找到 jFace的具体位置:$Eclipse目录$/plugins/org.eclipse.jface_3.7.0.I20110522-1430.jar,用WinRAR打开。

然后展开目录/org/eclipse/jface/resources,找到jfacefonts_windows7.properties。然后找到org.eclipse.jface.textfont.0的配置项,将Consolas其设置成Courier New即可,后面还可以设置字号。接着保存。重启eclipse就可以了。

你可能感兴趣的:(eclipse,win7,eclipse字体,xp字体)