1、设置字体
private void button3_Click(object sender, EventArgs e) { this.fontDialog1.ShowDialog(); this.textBox1.Font = this.fontDialog1.Font; }
1、设置字体
private void button3_Click(object sender, EventArgs e) { this.fontDialog1.ShowDialog(); this.textBox1.Font = this.fontDialog1.Font; }