C# .NET multiline TextBox with same-width characters -


How can I create it if you type in a multilingual text box

abcde

& amp;

ABCDE

So big E straight under low e

I line them up if they are in the same line then should be standing.

In addition, using Winforms

Can one set on?

In the code, keeping the same size as the default font:

  textbox.font = new font (FontFamily Generic Monospace, TextBox.fonts.);   

Or simply change the font property in the designer.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -