|
-
Apr 26th, 2007, 04:40 AM
#1
Thread Starter
Fanatic Member
[2.0] How can I convert System.Drawing.Font to System.Web.UI.WebControls.FontInfo?
Hello!
can I convert System.Drawing.Font to System.Web.UI.WebControls.FontInfo?
thanks!
-
Apr 26th, 2007, 05:02 AM
#2
Re: [2.0] How can I convert System.Drawing.Font to System.Web.UI.WebControls.FontInfo?
No you can't. In fact, you can't create a FontInfo object at all because it's only constructor is internal to the System.Web.dll assembly. Unless there's some method out there that I'm unaware of that returns a new FontInfo object you're out of luck.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|