Hi
For some reason it looks like spaces are not in the same width displayed as normal characters. This way the documents look a little messy.
In our application we have an option to choose fonts type and font size, so the fonts are set manually. Default is Consolas which has the same problem.
this.FontFamily = family;
this.FontSize = size;
All the fonts the user can select are monospaced. Should i refresh something, in short do you know what is the problem?
Thanks in advanced,
Martin