I was displeased with font smoothing when viewing the MBP on a 37" 1080P so I tracked down a couple sites and eventually did this:
defaults write -g AppleAntiAliasingThreshold 128
defaults write CoreGraphics CGFontDisableAntialiasing YES
Could I have suggestions to go back to default please!
Thanks for your patience, I am a bit new to Terminal. I think I understand the first one and would probably set it very low (4 or so instead of 128) to apple antialiasing to all fonts larger than 4. But the second line? CGFontEnableAntialiasing YES
defaults write -g AppleAntiAliasingThreshold 128
defaults write CoreGraphics CGFontDisableAntialiasing YES
Could I have suggestions to go back to default please!
Thanks for your patience, I am a bit new to Terminal. I think I understand the first one and would probably set it very low (4 or so instead of 128) to apple antialiasing to all fonts larger than 4. But the second line? CGFontEnableAntialiasing YES