[macos]macos 字体 抗锯齿处理
1.我喜欢把display设置为开Scaled larger text 最大,因为默认字体真是太小了,
这个设置有一个数值 自己设置的值是3, 实测在我的分辨率设置下,可以选0-3的值 0为不抗锯齿 3是最重的抗锯齿
你可以在设置后,打开 about this mac 然后查看字体,再次设置后,需要关闭about this mac再打开看
defaults -currentHost write -globalDomain AppleFontSmoothing -int 3.
资料:
https://www.howtogeek.com/358596/how-to-fix-blurry-fonts-on-macos-mojave-with-subpixel-antialiasing/
https://www.unixinfo.nl/osx-change-font-smoothing/
https://osxdaily.com/2018/09/26/fix-blurry-thin-fonts-text-macos-mojave/
2.关闭 Automatic graphics switching 使用独立显卡去处理屏幕,使效果更加稳定
// 2024.12.12 在sequoia上 感觉系统做了修改,开3会觉得不太舒服
1. 输入 defaults -currentHost delete -g AppleFontSmoothing 以使用系统默认抗锯齿行为