AnnAutoDialogFontSize example for C++ 4.0 and later

   // This example will set the dialog fonts to use Courier 15
   m_Lead1.AnnSetAutoText(ANNAUTOTEXT_DIALOG_FONT, "Courier New");
   m_Lead1.SetAnnAutoDialogFontSize(15);