How can I turn off anti-aliasing for the text editor in Flash Builder on the Mac?
        Posted  
        
            by eco_bach
        on Super User
        
        See other posts from Super User
        
            or by eco_bach
        
        
        
        Published on 2010-04-22T14:00:12Z
        Indexed on 
            2010/04/22
            14:14 UTC
        
        
        Read the original article
        Hit count: 292
        
flash
|flexbuilder
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
        © Super User or respective owner