[JAVA] How to solve the font specification problem dedicated to using IntelliJ IDEA (Win x64)

Conclusion first

Introduce OpenJDK x64 to% IDE_HOME% \ jre64.

What is the problem?

If you are using IntelliJ IDEA on Windows, do you know that there are some fonts that are corrupted when specified in the UI or Editor fonts?

Noto Sans CJK JP ... Noto Sans CJK JP

Source Han Code JP ... Source Han Code JP

If you accidentally press Apply or OK, the UI will go into a different dimension. UI

xml:ui.lnf.xml


<application>
  <component name="UISettings">
    <!--Fix this-->
    <option name="FONT_FACE" value="Noto Sans Mono CJK JP Regular" />
    <option name="HIDE_TOOL_STRIPES" value="false" />
    <option name="SHOW_MEMORY_INDICATOR" value="true" />
    <option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" />
  </component>
</application>

This issue only occurs on Windows x64 versions and does not seem to occur on x86, Mac and Linux versions. As a result of investigating the difference between them, I found that it occurs in "** When using Oracle JDK to start IntelliJ IDEA for Windows **".

Solution

  1. Get the OpenJDK x64 binary for Windows. I used the zip compressed version of here.
  1. Place the unzipped files in% IDE_HOME% \ jre64. Reference: IntelliJ IDEA Support
  2. With prayer, double-click IntelliJ IDEA (idea64.exe)!

Postscript

Let's share the joy of being able to specify programming fonts that we've been curious about but couldn't use!

Recommended Posts

How to solve the font specification problem dedicated to using IntelliJ IDEA (Win x64)
[Java] Try to solve the Fizz Buzz problem using recursive processing
How to solve the unknown error when using slf4j in Java
The secret to the success of IntelliJ IDEA
How to solve the problem that notification cannot be requested on iOS14
How to insert icons using Font awesome
How to implement the breadcrumb function using gretel
[Java] Try to solve the Fizz Buzz problem
I tried using the profiler of IntelliJ IDEA
How to fix the problem that the upper half is cut off when using UITabBar
[Rails] How to solve the error "undefined method` visit'" when using Capybara with Rspec
How to use java non-standard library on IntelliJ IDEA
[Beginner] Discover the N + 1 problem! How to use Bullet
How to solve the problem that line breaks in cells are amplified when outputting EXCEL using SXSSF Workbook (3.16 or older)
How to solve the problem when the value is not sent when the form is disabled in rails and sent
You can solve the problem by referring to the two articles !!!
How to solve the problems of Java's three Blocking Queues
How to install JDK 8 on Windows without using the installer
How to play MIDI files using the Java Sound API
How to solve the problem that you can not pull image from docker hub with Minikube
How to solve the problem that the website image is not displayed after deploying to heroku on Rails 5