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

Fix font smoothing detection on macOS #63

Merged

Conversation

erikolofsson
Copy link
Contributor

Fixes #62

Add support for parsing smoothing option when AppleFontSmoothing is a NSString.

@erikolofsson erikolofsson force-pushed the macos-font-smoothing-detection branch from e13baff to 646931a Compare February 12, 2024 00:30
src/darwin/mod.rs Outdated Show resolved Hide resolved
@erikolofsson erikolofsson force-pushed the macos-font-smoothing-detection branch from 646931a to 856f6fb Compare February 12, 2024 21:17
@erikolofsson erikolofsson force-pushed the macos-font-smoothing-detection branch from 856f6fb to dc997c3 Compare February 21, 2024 19:54
@kchibisov kchibisov force-pushed the macos-font-smoothing-detection branch from dc997c3 to d31cf7c Compare February 22, 2024 04:00
Copy link
Member

@kchibisov kchibisov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've rebased and fixed up some clippy issues. Should be good to go.

@chrisduerr chrisduerr merged commit e4371ee into alacritty:master Feb 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Turned off font smoothing is not detected correctly on macOS
3 participants