电脑型号:Lenovo G40-70 i5,MacOS 版本:10.12.6(Sierra)
找回安全与隐私中的 “允许任何来源”
sudo spctl --master-disable
通过命令来渲染字体
defaults -currentHost write -g AppleFontSmoothing -int 3
- 1 表示:light smoothing(渲染效果最轻)
- 2 表示:Media-Best for Flat Panel(渲染效果中等)
- 3 表示:strong smoothing(渲染效果最重)
如果想恢复到原来的状态,可以执行:
defaults -currentHost delete -globalDomain AppleFontSmoothing
更改截图格式 png 为 jpg
defaults write com.apple.screencapture type jpg
目的在于减小截图生成的图片体积。