将字体更改为 IntelliJ 10 / 11

发布于 2024-12-23 12:40:03 字数 263 浏览 2 评论 0原文

我尝试使用另一种等宽字体(如 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

余罪 2024-12-30 12:40:03

除了复制 ..\jre\lib\fonts 中的字体之外,您还需要更改 Java 抗锯齿设置

1) 添加选项:

-Dawt.useSystemAAFontSettings=on

Linux

<<jetbrains-product-dir>>/bin/idea.vmoptions

Linux 和 OpenJDK 可能需要其他设置。检查引用的链接。

Windows

...\JetBrains\<<product-dir>>\bin\<<productname>>.exe.vmoptions

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:

-Dawt.useSystemAAFontSettings=on

Linux

<<jetbrains-product-dir>>/bin/idea.vmoptions

There might be additional settings required for Linux and OpenJDK. Check the referenced links.

Windows

...\JetBrains\<<product-dir>>\bin\<<productname>>.exe.vmoptions

2) You then need to restart the IDE.

3) When you are selecting a font (Settings>Appearance>Font) you
should 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

眼前雾蒙蒙 2024-12-30 12:40:03

您实际上可以浏览您的字体。

  1. Ctrl + Alt + S

  2. 在编辑器节点下,单击 颜色和字体

  3. 选择您想要的方案。

  4. 转到“方案设置”、“字体”,然后单击浏览按钮在此处输入图像描述以选择新的字体系列。< /p>

如果您已经这样做了,并且即使在浏览时也找不到该字体,那么您可以通过运行通常附带的 setup.exe 文件来安装字体,然后重试。

资料来源: http://www.jetbrains.com/ idea/webhelp/editor-colors-and-fonts.html#scheme

You can actually browse for your font.

  1. Ctrl + Alt + S

  2. Under the Editor node, click Colors&Fonts.

  3. Select the scheme you want.

  4. Go to Scheme Settings, Font and click the browse button enter image description here 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

甜味拾荒者 2024-12-30 12:40:03

我认为您忘记指出您需要将默认方案另存为其他内容才能对其进行修改。

所以在文件->下设置->编辑器节点->颜色和颜色字体,选择方案,用其他名称保存,然后修改字体...等等。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文