Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to change font smoothing level in macOS #3474

Open
waydabber opened this issue Oct 6, 2024 Discussed in #836 · 6 comments
Open

Add an option to change font smoothing level in macOS #3474

waydabber opened this issue Oct 6, 2024 Discussed in #836 · 6 comments
Labels
enhancement New feature or request

Comments

@waydabber
Copy link
Owner

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).

@waydabber waydabber added the enhancement New feature or request label Oct 6, 2024
@waydabber
Copy link
Owner Author

According to https://github.com/1951FDG in the related discussion #836 this works in a modified form. Giorgio at Discord also confirms this: https://discord.com/channels/903276571773771796/903276571773771799/1292508610232062104

@waydabber
Copy link
Owner Author

But this might not work in Sequoia. At least based on the comparison performed by Giorgio, it seems like there is zero difference.

@Phillipus
Copy link

See https://www.fontsmoothingadjuster.com/

There is only one setting - off or on.

@waydabber
Copy link
Owner Author

waydabber commented Oct 6, 2024

Right. But now it seems (at least to some comparison tests we did at the apps Discord channel with Giorgio) that it does not do anything now, at least on Sequoia.

@waydabber waydabber removed the enhancement New feature or request label Oct 6, 2024
@Phillipus
Copy link

Right. But now it seems (at least to some comparison tests we did at the apps Discord channel with Giorgio) that it does not do anything now, at least on Sequoia.

I have Sequioa on one machine and I have set defaults -currentHost write -g AppleFontSmoothing -int 0 and it does make a difference.

@waydabber waydabber reopened this Oct 7, 2024
@waydabber
Copy link
Owner Author

Ok, I reopen then. Need more investigation apparently. We did pixel-by-pixel comparison though.

@waydabber waydabber added the enhancement New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants