PDA

Click to See Complete Forum and Search --> : How to convert FONT to String and vice versa


tgo57
Oct 16th, 2002, 07:45 PM
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]

MrPolite
Oct 17th, 2002, 01:48 AM
I belived it should be done with FontConverter.FontNameConverter.ConvertFromString, but I couldnt get it to work