A form with a label and a button \'Options\'. By clicking the button a new form opens with 2 radio buttons \'Font1\' and \'Font2\', and two buttons \'Apply\' and \'Cancel\'.
You need to create a new Font
mainForm.lblName.Font = new Font("Arial", mainForm.lblName.Font.Size);