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: 修复了linux上会出现字体乱码的bug和linux上ico加载会失败的bug #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

fzlzjerry
Copy link

This pull request includes several changes to enhance font management and update the favicon handling. The most important changes include adding functions to check and install fonts dynamically and modifying the favicon handling to support different operating systems.

Font management enhancements:

  • window.py: Introduced check_and_install_font and check_font functions to dynamically check for and install missing fonts, ensuring better user interface consistency. [1] [2]

Favicon handling updates:

  • favicon.xbm: Added a new favicon in XBM format to support Linux systems.
  • window.py: Implemented choose_ico function to select the appropriate favicon based on the operating system.

@fzlzjerry
Copy link
Author

Fix #4

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