Hi,
I'm using the ..NET 2.0 Framework and I am trying to draw a string onto my control with a pre-defined line spacing. I looked at the TextRenderer.DrawText() and Graphics.DrawString() functions but they do not provide this functionality. Does anyone know how I can achieve this without having to render each character independently?
Thanks for your tips!
Regards,
Mark
I'm using the ..NET 2.0 Framework and I am trying to draw a string onto my control with a pre-defined line spacing. I looked at the TextRenderer.DrawText() and Graphics.DrawString() functions but they do not provide this functionality. Does anyone know how I can achieve this without having to render each character independently?
Thanks for your tips!
Regards,
Mark