Skip to content

Instantly share code, notes, and snippets.

@khoerodin
Created March 30, 2017 01:56
Show Gist options
  • Save khoerodin/951f2937bb916e95841e1e13c2d655fc to your computer and use it in GitHub Desktop.
Save khoerodin/951f2937bb916e95841e1e13c2d655fc to your computer and use it in GitHub Desktop.
PHP Storm - Better font rendering on Ubuntu, How to adjust vmoptions

If you have installed PHP Storm on your Ubuntu x64 system and you are not getting smoother font then locate phpstorm installation folder and open "phpstorm64.vmoptions" file; in my case path was

/opt/PhpStorm-145.258.2/phpstorm64.vmoptions

then add these three lines to end of the file , save , restart your IDE, enjoy

⚠️ Dont touch any existing lines in original file

Source

Ref

-Dawt.useSystemAAFontSettings=on
-Dswing.aatext=true
-Dsun.java2d.xrender=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment