SetFont:

--------------------------------------------------------------------------
   Sets default fonts

   Since version 1.
--------------------------------------------------------------------------
   Form:
   SetFont( name, size, angle, style )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   name                     Font name
   size                     Font size
   angle                    Font angle ('italic') 'normal' is the default.
   style                    Font style or weight ('bold')

   -------
   Outputs
   -------
   none

--------------------------------------------------------------------------