magic
lancer
HowTo: Включение сглаживания шрифтов в Zend Studio 5
Статья на английском. Может кому пригодится.
Turning on Font antialiasing in Zend Studio 5!
Here's a nifty solution. I'm so godamn angry I didn't found it by now:
1. Go to this page using IE and enable/tune your Cleartype settings.
2. go in Zend's instalation directory (mine is C:\Program Files\Zend\ZendStudioClient-5.0.0Beta2\bin)
3. Open (first make a backup) runStudio_windows.bat with any text editor
4. replace the line in the bat with this one:
..\jre\bin\java -Xms16m -Xmx192m -Dsun.java2d.noddraw=true -cp ZendIDE.jar;MRJToolkitStubs.zip;sftp.jar;jhall.jar;../docs/help.zip -Dswing.aatext=true com.zend.ide.desktop.Main
Notes:
this doesn't seem to work with Java 1.6 (Mustang) (ZS is bundled with 1.5 so it's Ok if you didn't replaced it with 1.6 like I did hoping I'll get antialias).
you'll always have to run the bat, running ZDE.exe will simply ignore the antialias setting, just make a shortcut to it and choose Zend's icon.
Don't skip the Cleartype settings from Microsoft's site !
Enjoy using some nifty programming font's like the upcoming Consolas font in Windows Vista (I can't provide a link due to legal restrictions, you can see it in the screenshots and google for a download link), from now on you're not forced to use the crappy Courier new or other ugly fonts.
http://99bugs.blogspot.com/2005/11/turning-on-font-antialiasing-in-zend.html
Статья на английском. Может кому пригодится.
Turning on Font antialiasing in Zend Studio 5!
Here's a nifty solution. I'm so godamn angry I didn't found it by now:
1. Go to this page using IE and enable/tune your Cleartype settings.
2. go in Zend's instalation directory (mine is C:\Program Files\Zend\ZendStudioClient-5.0.0Beta2\bin)
3. Open (first make a backup) runStudio_windows.bat with any text editor
4. replace the line in the bat with this one:
..\jre\bin\java -Xms16m -Xmx192m -Dsun.java2d.noddraw=true -cp ZendIDE.jar;MRJToolkitStubs.zip;sftp.jar;jhall.jar;../docs/help.zip -Dswing.aatext=true com.zend.ide.desktop.Main
Notes:
this doesn't seem to work with Java 1.6 (Mustang) (ZS is bundled with 1.5 so it's Ok if you didn't replaced it with 1.6 like I did hoping I'll get antialias).
you'll always have to run the bat, running ZDE.exe will simply ignore the antialias setting, just make a shortcut to it and choose Zend's icon.
Don't skip the Cleartype settings from Microsoft's site !
Enjoy using some nifty programming font's like the upcoming Consolas font in Windows Vista (I can't provide a link due to legal restrictions, you can see it in the screenshots and google for a download link), from now on you're not forced to use the crappy Courier new or other ugly fonts.
http://99bugs.blogspot.com/2005/11/turning-on-font-antialiasing-in-zend.html