How do I have font properties?

Nazgulled

Centurion
Joined
Jun 1, 2004
Messages
119
How do I save font properties from a TextBox?

I have this application where I store the application settings in a xml file and I'm looking for a way to save the most important settings about fonts.

The application as a textbox to wrote some text and the users can configure the font as they like and I need to save that so when the application runs again, I restore the users selection.

Examples in C# are preferred but VB.NET will do too...

PS: I don't want to use a richtextbox, that's out of the question for now.
 
Last edited:
Back
Top