Does anyone know how to turn off anti-aliasing for the text editor in Flash Builder?
        Posted  
        
            by eco_bach
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by eco_bach
        
        
        
        Published on 2010-04-21T12:41:43Z
        Indexed on 
            2010/04/21
            12:43 UTC
        
        
        Read the original article
        Hit count: 226
        
Does anyone know how 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
© Stack Overflow or respective owner