Example #1
0
 private void button_font_createFont_Click(object sender, EventArgs e)
 {
     System.Drawing.FontFamily family = new System.Drawing.FontFamily(this.textBox_fontName.Text);
     MessageBox.Show(this, family.ToString());
 }