Non-monoespaced fonts bug?
Non-monoespaced fonts bug?
Hi,
I've started to use CudaText (as alternative to Notepad++) and I'm still struggling with interface and lexers configurations. Changing the font type I've found some weird text rendering (see the image) with non-monospaced fonts.
Sorry, the text is in Spanish, but still you can see the voids and overlappings in the words.
Is that a bug? or is a configuration problem.
Thanks!
I've started to use CudaText (as alternative to Notepad++) and I'm still struggling with interface and lexers configurations. Changing the font type I've found some weird text rendering (see the image) with non-monospaced fonts.
Sorry, the text is in Spanish, but still you can see the voids and overlappings in the words.
Is that a bug? or is a configuration problem.
Thanks!
-
- Posts: 2265
- Joined: 25.08.2021 18:15
-
- Posts: 2265
- Joined: 25.08.2021 18:15
I will try on Win10 later.
Now I tried on Ubuntu 20. I got font from https://allshrift.ru/font/calisto-mt/
App looks totally OK!
Tested on some C++ file in wrap=off and wrap=on.
https://imgur.com/PZNseUd
EDIT
Tested on Wine on Linux: totally OK too.
EDIT2
Try to turn the option "font_ligatures" on/off.
Try to reset option "renderer_tweaks".
Now I tried on Ubuntu 20. I got font from https://allshrift.ru/font/calisto-mt/
App looks totally OK!
Tested on some C++ file in wrap=off and wrap=on.
https://imgur.com/PZNseUd
EDIT
Tested on Wine on Linux: totally OK too.
EDIT2
Try to turn the option "font_ligatures" on/off.
Try to reset option "renderer_tweaks".
-
- Posts: 2265
- Joined: 25.08.2021 18:15
Here ar the settings:
And attached I send you the HTML file I'm working with. All looks fine for me except line 147 (the image of my first post).
"font_ligatures" and "renderer_tweaks" has no effect in that line.
Code: Select all
{
"font_name" : "Calisto MT",
"font_size" : 12,
"ui_theme" : "",
"ui_theme_syntax" : "",
"ui_statusbar_panels" : "caret,C,180|enc,C,125|ends,A,45|lexer,C,100|tabsize,A,75|wrap,A,75|zoom,A,75|selmode,A,15|msg,L,4000",
"bracket_highlight" : true,
"bracket_symbols" : "()[]{}",
"wrap_enabled_max_lines" : 60000,
}
"font_ligatures" and "renderer_tweaks" has no effect in that line.
- Attachments
-
- Tema 10_Motores monofásicos alterna.7z
- Source
- (5.86 KiB) Downloaded 44 times
-
- Posts: 2265
- Joined: 25.08.2021 18:15
-
- Posts: 2265
- Joined: 25.08.2021 18:15
In other HTML files I have this problem in several lines, but all of them are very long ones, so the solution is the same.
I've checked the file with other editor and seems it's ok (no missing characters), but I not sure. I'm quite new with XHTML/HTML (maybe my files are not the best for testing editors issues).
Thank you very much for your help!
I've checked the file with other editor and seems it's ok (no missing characters), but I not sure. I'm quite new with XHTML/HTML (maybe my files are not the best for testing editors issues).
Thank you very much for your help!
-
- Posts: 2265
- Joined: 25.08.2021 18:15