Skip to content

Commit

Permalink
fix: font display is irregular for WeaselDeployer.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alpzmj9 committed Dec 18, 2024
1 parent 37c8fa1 commit b7ebfae
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified WeaselDeployer/WeaselDeployer.rc
Binary file not shown.

0 comments on commit b7ebfae

Please sign in to comment.