简体   繁体   中英

bad font rendering in sublime text 3 on macOS Mojave

升级到macOS Mojave后,Sublime Text 3中的字体呈现无法正常工作。

Just reporting the answer stated here by MTuner

Apple removed colored sub-pixel antialiasing in MacOS Mojave ( https://developer.apple.com/videos/play/wwdc2018/209/ starting from ~28min)

To make fonts look normal in Sublime Text, add to Preferences:

// For the editor

"font_options": [ "gray_antialias" ],

// For the sidebar / other elements

"theme_font_options": [ "gray_antialias" ],

Thanks for the Tip!!

you saved my eyes... but unfortunately Sublime isn't the only software with an horrible font.

If you want to enable antiAliasing in all OS as before on High Sierra, you can run from Terminal the command:

defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM