[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!
:wave:
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.