-
Notifications
You must be signed in to change notification settings - Fork 532
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Discussed in #836
Originally posted by waydabber July 18, 2022
Some users seek changing the grayscale font smoothing levels in macOS via the following commands:
defaults -currentHost write -g AppleFontSmoothing -int 0
defaults -currentHost write -g AppleFontSmoothing -int 1
defaults -currentHost write -g AppleFontSmoothing -int 2
defaults -currentHost write -g AppleFontSmoothing -int 3
defaults -currentHost delete -g AppleFontSmoothing
There could be a simple menu for this under Tools for easier access.
Note, that this will not bring back subpixel font smoothing (Windows ClearType like fonts for LoDPI displays), simply change the traditional antialiasing intensity (makes fonts look somewhat lighter/bolder).
superamadeus and Uaitt
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request