Example #1
0
 private void DisplayFont(string filename)
 {
     try
     {
         fontService.SetFont(filename);
     }
     catch (Exception ex)
     {
         ShowException(ex);
     }
     RedrawFont();
 }