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

the font is displayed poorly in the menu #80

Open
wizarom opened this issue Apr 12, 2021 · 5 comments
Open

the font is displayed poorly in the menu #80

wizarom opened this issue Apr 12, 2021 · 5 comments

Comments

@wizarom
Copy link

wizarom commented Apr 12, 2021

the font is displayed poorly in the menu and other parts of GUI.
windows 7 x64
see picture in attach
WindTerm1-fonts-bug

@kingToolbox
Copy link
Owner

Wow, I have not encountered similar problems, but at least it seems that the text in the view is displayed normally. So does changing to the theme Menu - View - Color Themes - dige-black work? Or try to modify the font of your dige-white theme:

  • Open global\themes\dige-white\gui.theme.
  • Delete the font-family in QWidget:
   QWidget {
	    font-size: 9pt;
	    background-color: #1c1c1c;
	    color: #bbbbbb;
    }
  • Restart and set Menu - View - Color Themes - white-black and check.

If the display is still abnormal, please let me know, thank you very much.

@wizarom
Copy link
Author

wizarom commented Apr 12, 2021

WindTerm2-fonts-bug
replacing the theme does not solve the problem.
deleting the line with font-family is OK
thanks

@kingToolbox
Copy link
Owner

I reviewed the related code in the past two days, and I think this should be an Qt bug. Maybe it will be fixed after upgrading to the new Qt version, but I am not sure. This situation is rare, so subsequent versions may still retain the existing default font settings. But there will be a font configuration interface soon, I believe it will be convenient to modify the font by then.

@kingToolbox
Copy link
Owner

Hello, WindTerm_2.1.0 has been released and the text display has been improved, But I’m not sure if your problem has also been fixed. Please download and check the new version, thank you.

@enoche
Copy link

enoche commented Mar 10, 2022

font configuration

Font configuration for GUI(menu/bar) is favored! Thanks.

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

No branches or pull requests

3 participants