S
Stone Chen
Hello,
I need to format a string onto a image to produce a dynmaic text image with
a specific line spacing, but unable to find the proper method in C# to do
so. MSDN says that stringFormat deals with line spacing, but does not give
any specific on how, and the getHeight method of Font produces the line
height, but what I need is a way to set it. Any help would be much
appreciated.
PS. I used the code from Jeremy Rule for this, his code is available at
http://weblogs.asp.net/jrule/archive/2004/08/16/215393.aspx
Thanks
I need to format a string onto a image to produce a dynmaic text image with
a specific line spacing, but unable to find the proper method in C# to do
so. MSDN says that stringFormat deals with line spacing, but does not give
any specific on how, and the getHeight method of Font produces the line
height, but what I need is a way to set it. Any help would be much
appreciated.
PS. I used the code from Jeremy Rule for this, his code is available at
http://weblogs.asp.net/jrule/archive/2004/08/16/215393.aspx
Thanks