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

Font rendering issue on macos #3616

Open
tywtyw2002 opened this issue Apr 25, 2023 · 2 comments
Open

Font rendering issue on macos #3616

tywtyw2002 opened this issue Apr 25, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@tywtyw2002
Copy link

What Operating System(s) are you seeing this problem on?

macOS

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

wezterm 20230424-221505-154dfae9

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

There is a difference in font rendering between Wezterm versions 20230424 and 20230308.

The font display on newer version (Wezterm 20230424) appears to be bolder than the previous one. And, upon zooming in on the screenshot, it becomes apparent that the font in the newer version has thinner stroke?

SCR-20230425-3wr

SCR-20230425-3wr copy

This seems like related to #3575

To Reproduce

No response

Configuration

local fonts = {
	bold_brightens_ansi_colors = true,
	--allow_square_glyphs_to_overflow_width = "WhenFollowedBySpace",

	font = require("libs").bypass(default_font),
	font_size = 13.3,
	font_rules = require("libs").bypass({
		{
			intensity = "Bold",
			font = wezterm.font_with_fallback({
				"PragmataPro Liga",
				"PingFang SC",
				"Symbols Nerd Font",
			}),
		},
	}),
}

Expected Behavior

No response

Logs

No response

Anything else?

No response

@tywtyw2002 tywtyw2002 added the bug Something isn't working label Apr 25, 2023
@wez
Copy link
Owner

wez commented Apr 25, 2023

Potentially a duplicate of:

@tywtyw2002
Copy link
Author

Did a little bit deep dig, the issue is that in new 20230424 version the terminal background color is not render as transparent.

I use the same config file for both version.
themes.background = "rgba(36, 43, 48, 0.92)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants