PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 463 forks source link

Chinese is too small #216

Open kingtu opened 3 years ago

kingtu commented 3 years ago

I need to input Chinese in the text box, but I find that the input Chinese is very small. And I also need to set imemode to on. Honey, can we make it support uniocode?

image

wmjordan commented 3 years ago

Many years ago when this project was started, I had noticed this issue and written some suggestion to the author. The major consideration was performance and ease of implementation. Consequently, it remains a limitation of this component that EACH characters in the editor must be of the same width. For CJK characters, they have to be squeezed into one-half the size.

wmjordan commented 3 years ago

Duplicate of https://github.com/PavelTorgashov/FastColoredTextBox/issues/101