Wednesday, July 18, 2018

Windows 10 High DPI 에서 Java application의 Font 조절

  • Summarize
    • 1) Find java.exe you installed. 
    • 2) Right click -> Properties
    • 3) Go to Compatibility tab
    • 4) Check Override high DPI scaling behavior.
    • 5) Choose System for Scaling performed by:
* Do the same to javaw.exe.

Windows 10 High DPI 에서 Java application의 Font 조절

Reference:  How do I run Java apps upscaled on a high-DPI display?  @superuser.com Summarize 1) Find java.exe you installed.  2) Righ...