while i am trying to implement font menu item in notepad , im not getting text changed , is there any mistake in my code
this is my code
private void fontMenuItem_Click(object sender, EventArgs e)
{
FontDialog objFontForm = new FontDialog();
objFontForm.ShowDialog();
}