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 display is irregular for WeaselDeployer. #1

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

alpzmj9
Copy link
Owner

@alpzmj9 alpzmj9 commented Dec 18, 2024

The current font is set to “MS Shell Dlg”, which is mapped to “SimSun” on Chinese operating systems instead of the system default font, which throws to very terrible display results.

I just changed it to "Segoe UI" and the problem was solved.

Q: Why not set it to "Microsoft YaHei" or "Microsoft JhengHei" immediately?

A: Since many Chinese users have both fonts on their computers, doing so will most likely result in them being forced to be mapped to the wrong font.

Q: Why Segoe UI?

A: Because it's Windows's default font for the English version, than can be a fallback to correct fonts for other languages referenced by system fontlink.

The current font is set to “MS Shell Dlg”, which is mapped to “SimSun” on Chinese operating systems instead of the system default font, which throws to very terrible display results.

I just changed it to "Segoe UI" and the problem was solved.

Q: Why not set it to "Microsoft YaHei" or "Microsoft JhengHei" immediately?

A: Since many Chinese users have both fonts on their computers, doing so will most likely result in them being forced to be mapped to the wrong font.

Q: Why Segoe UI?

A: Because it's Windows's default font for the English version, than can be a fallback to correct fonts for other languages referenced by system fontlink.
@alpzmj9 alpzmj9 merged commit fb3b964 into a9m Dec 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant