Fixing Eclipse fonts on OS X
Select the right font:
Turn off anti aliasing:
In the terminal run:
defaults write org.eclipse.eclipse AppleAntiAliasingThreshold 20
Fix eclipse.ini:
edit $ECLIPSE_HOME » Eclipse.app » Contents » MacOS » eclipse.ini and remove the following line:
-Dorg.eclipse.swt.internal.carbon.smallFonts
End Result
The end result should look something like this:






