-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Some unicode characters rendered not correctly in canvas mode #1637
Comments
@robinhuy did you add in those underlines or is that from the renderer? Is the problem the lines or the boldness (or lack thereof) in the canvas? Can you provide that string so I can play around with it? |
@Tyriar I add the underlines to highlight the difference. Characters with green underline is nice but characters with red underline is thinner than the others. I using this string to test: |
I think this is probably related to your font settings and those characters don't have bold variants or something, here's what I see using the Hack font: Also in my screenshot the |
I try with this font https://github.com/source-foundry/Hack instead the default and using this option to change font I also tried |
Could you try downloading Noto Sans Mono from https://www.google.com/get/noto/ and trying it with that: Run |
It's not work. I think the problem is not by the font because in using option: .xterm-dom-renderer-owner-1 span:not(.xterm-bold) {
font-weight: normal;
} P/S: I'm using |
I can't seem to reproduce it, let me know if you get any more information but I'm closing this off for housekeeping purposes. |
I display text in Terminal and some unicode characters rendered not correctly in
canvas
mode (default). Indom
mode (using option rendererType) it display normal.Details
Steps to reproduce
Server return unicode string to Terminal or User manually input to Terminal.
Canvas mode:
Dom mode:
The text was updated successfully, but these errors were encountered: