拖一个fontDialog到form上,在按钮事件中添加一下代码:
this.fontDialog1.ShowDialog();
this.textBox1.Font=this.fontDialog1.Font;