I want save textBox Font in txt File
This is my code
System.IO.File.WriteAllText("path", txtNotepad.Font.ToString());
Then I Want to Read The Font From TXT File By The Following Code
String fontName = System.IO.File.ReadAllText("path");
How to Change The TextBox Font by FontName?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…