I arrive to output a string on multiple lines inside a retangle but haven\'t find a way to reduce or enlarge the line spacing. How to do that?
This MSDN should help you. Line spacing is a result of the Font you are using. You may need to break your DrawString commands up into multiple calls if you need custom line spacing.