Font.Parse

  • Thread starter Thread starter Scatropolis
  • Start date Start date
S

Scatropolis

I think a Font.Parse would come in handy right about now. There is a
ToString() meathod but is there some kind of parsing for that, or would I have
to do it manually :(.
Is there something else I can use to turn a Font into a string then back again?
thanks
 
Scatropolis said:
I think a Font.Parse would come in handy right about now. There is a
ToString() meathod but is there some kind of parsing for that, or
would I have to do it manually :(.
Is there something else I can use to turn a Font into a string then
back again? thanks

What do you mean "turn a Font into a string? " The actual name of the
Font into a string maybe?
 
sorry...

this.Font.ToString() will return something like "[Font: Name=Courier New,
Size=8.25, Units=3, GdiCharSet=0, GdiVerticalFont=False]"
I want to find a way to convert that string back into a font.
It's going to be for saving preferences.
 
Back
Top