G
Guest
I have an RTB on a form. The RTB's font object is set via something like:
RichTextBox1.Font = New System.Drawing.Font("Courier New", 8)
Subsequently, when I set the RTB's text property, text shows up as it should.
What I want to do is to set the interline spacing of the font rather than
use what New Font() provides. I can't see how to do this with the font
object. My needs would be satisfied by being able to increase or decrease
line spacing by from one pixel to at most a centimeter.
RichTextBox1.Font = New System.Drawing.Font("Courier New", 8)
Subsequently, when I set the RTB's text property, text shows up as it should.
What I want to do is to set the interline spacing of the font rather than
use what New Font() provides. I can't see how to do this with the font
object. My needs would be satisfied by being able to increase or decrease
line spacing by from one pixel to at most a centimeter.