How can I turn off anti-aliasing for the text editor in Flash Builder on the Mac?

0

Is it possible to turn off anti-aliasing for the text editor in Flash Builder on the Mac?

For Flex Builder I was able to do this via the terminal using the following

defaults write com.adobe.flexbuilder AppleAntiAliasingThreshold 20 
defaults write com.adobe.flexbuilder AppleSmoothFixedFontsSizeThreshold 20

Bachalo

Posted 2010-04-22T14:00:12.397

Reputation: 1 515

Answers

1

This post has the answer:

defaults write org.eclipse.eclipse AppleAntiAliasingThreshold 10

bee

Posted 2010-04-22T14:00:12.397

Reputation: 11