将字体更改为 IntelliJ 10 / 11
我尝试使用另一种等宽字体(如 Inconsolota)更改 IntelliJ IDE 的字体。
我将 Inconsolata.ttf(我使用 Windows)放在目录中:
C:\Program Files\Java\jdk1.7.0_01\jre\lib\fonts
为什么 IntelliJ 不提供它?是不是走错了路?
(我准确地说,我已经仔细检查过 IntelliJ 使用这个 JDK 而不是另一个)
I try to change font for IntelliJ IDE with another monospaced font like Inconsolota.
I put Inconsolata.ttf (I use Windows) on the directory :
C:\Program Files\Java\jdk1.7.0_01\jre\lib\fonts
Why doesn't IntelliJ make it available ? Is it the wrong path ?
(I precise that I well checked that IntelliJ uses this JDK and not another one)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
除了复制
..\jre\lib\fonts
中的字体之外,您还需要更改 Java 抗锯齿设置。1) 添加选项:
Linux
Linux 和 OpenJDK 可能需要其他设置。检查引用的链接。
Windows
2) 然后您需要重新启动 IDE。
3) 当您选择字体(
设置>外观>字体
)时,您应该在小弹出窗口中取消选中“仅显示等宽字体”
出现的窗口。
4) 您现在可以查看并选择 Inconsolata 或任何其他
以前隐藏的字体。根据您的喜好设置字体大小和行高。
参考
Additionally to copying fonts in
..\jre\lib\fonts
You need to change a java anti-aliasing setting.1) Add the option:
Linux
There might be additional settings required for Linux and OpenJDK. Check the referenced links.
Windows
2) You then need to restart the IDE.
3) When you are selecting a font (
Settings>Appearance>Font
) youshould uncheck "Show only monospaced fonts" in the little popup
window that appears.
4) You'll be now able to see and choose Inconsolata or any other
previously hidden font. Set the font size and line-height according your preference.
Reference
您实际上可以浏览您的字体。
Ctrl + Alt + S
在编辑器节点下,单击 颜色和字体。
选择您想要的方案。
转到“方案设置”、“字体”,然后单击浏览按钮以选择新的字体系列。< /p>
如果您已经这样做了,并且即使在浏览时也找不到该字体,那么您可以通过运行通常附带的 setup.exe 文件来安装字体,然后重试。
资料来源: http://www.jetbrains.com/ idea/webhelp/editor-colors-and-fonts.html#scheme
You can actually browse for your font.
Ctrl + Alt + S
Under the Editor node, click Colors&Fonts.
Select the scheme you want.
Go to Scheme Settings, Font and click the browse button to select a new font family.
If this is what you already did, and you couldn't find the font, even when you browsed for it, then you can install your font by running the setup.exe file that usually comes with it and try again.
Source: http://www.jetbrains.com/idea/webhelp/editor-colors-and-fonts.html#scheme
我认为您忘记指出您需要将默认方案另存为其他内容才能对其进行修改。
所以在文件->下设置->编辑器节点->颜色和颜色字体,选择方案,用其他名称保存,然后修改字体...等等。
I think you forgot to point out that you need to save the default scheme as something else in order to modify it.
So under File -> Settings -> Editor node -> Colors & fonts, select scheme, save with other name and then modify fonts... etc.