Posted 18 years ago
by Dan Oren
-
Software Developer,
Watchfire
Hey,
When I reduce the font size of the SyntaxEditor :The distance between the lines remains in the same size.
I want to reduce the also the distance between the lines since it is not proportion to the font.
I saw that there is a property SyntaxEditor.LineHeight but this is read only.
Any help with this issue ?
10'X
Dan
When I reduce the font size of the SyntaxEditor :
Font font = new Font(syntaxEditorControl.Font.FontFamily, syntaxEditorControl.Font.Size - 1);
syntaxEditorControl.Font = font;
I want to reduce the also the distance between the lines since it is not proportion to the font.
I saw that there is a property SyntaxEditor.LineHeight but this is read only.
Any help with this issue ?
10'X
Dan
Dan Oren