I want save textBox Font in txt File
This is my code
System.IO.File.WriteAllText("path", txtNotepad.Font.ToString());
Then