Standard anti-aliasing instead of ClearType?
Hello, is there some option to use standard anti-aliasing instead of ClearType?
I'm using Verdana 14 font and it's look much better with standard.
I would like to switch from NetBeans to PhpStorm but that ClearType bothers me.
BTW with NetBeans I used these parameters to do that:
-J-Dswing.aatext=true
-J-Dawt.useSystemAAFontSettings=off
Is there something like that for PhpStorm or any solution for standard anti-aliasing?
Thanks
EDIT: I figured it out.
Just add these to c:\Program Files (x86)\JetBrains\PhpStorm 3.0\bin\PhpStorm.exe.vmoptions
-Dswing.aatext=true
-Dawt.useSystemAAFontSettings=off
请先登录再写评论。
Thanks for sharing the solution!