newFont = new Font(oldFont, oldFont.Style & ~FontStyle.Italic);
   newFont = new Font(oldFont, oldFont.Style | FontStyle.Italic);