Introduce OpenJDK x64 to% IDE_HOME% \ jre64.
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 ...
If you accidentally press Apply or OK, the UI will go into a different dimension.
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 **".
Let's share the joy of being able to specify programming fonts that we've been curious about but couldn't use!
Recommended Posts