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

(Not Bug) How to make the width of " "(space) consistent with other font glyphs when toggle fake bold. #12234

Closed
clzoc opened this issue Jan 24, 2022 · 4 comments
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@clzoc
Copy link

clzoc commented Jan 24, 2022

My favorite monospace font is published wih only the "Light" fontweight. Therefore, i set the value of fontweight as "bold" in settings.json to get more attractive display performance. However, it active the fake bold function, the width of characters are stretched to larger except the " "(space). The inconsistency between these characters disturb my neovim display. As far as i know, the directwrite(direct2d) based text render engine is responsible for the phenomenon. I suppose that stretch the width of " "(space) will solve this problem. Would you mind tell me how can i do that. Thanks for your patience and kindness.

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jan 24, 2022
@zadjii-msft
Copy link
Member

Sorry, could you help clear one thing up? By

The inconsistency between these characters disturb my neovim display

Do you mean something like #10678, where the "bold" text ends up getting cut off?

@zadjii-msft zadjii-msft added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jan 25, 2022
@clzoc
Copy link
Author

clzoc commented Jan 25, 2022

Do you mean something like #10678, where the "bold" text ends up getting cut off?

Yes, you are right. I am sorry to my ambiguous description. Fortunately, you are so professional to understand it. Besides, my neovim behavior is just like https://github.com/microsoft/terminal/issues/9381#issuecomment-1004445152 after changing the value of fontweight as "bold" in settings.json.

@ghost ghost added Needs-Attention The core contributors need to come back around and look at this ASAP. and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jan 25, 2022
@zadjii-msft
Copy link
Member

No worries, I see a bunch of these every week so you learn to read between the lines 😅

I'm gonna mark this as a /duplicate of #10678 for tracking purposes. Thanks for confirming!

@ghost
Copy link

ghost commented Jan 25, 2022

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements Needs-Attention The core contributors need to come back around and look at this ASAP. labels Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants