Anyone know how I can convert a "string" representation of font back to the System.Drawing.Font representation?
Thanks.
Heres the string I want to convert back
[Font: Name=Arial, Size=251, Units=0, GdiCharSet=111, GdiVerticalFont=False]
Printable View
Anyone know how I can convert a "string" representation of font back to the System.Drawing.Font representation?
Thanks.
Heres the string I want to convert back
[Font: Name=Arial, Size=251, Units=0, GdiCharSet=111, GdiVerticalFont=False]
I belived it should be done with FontConverter.FontNameConverter.ConvertFromString, but I couldnt get it to work