SetFont:

-------------------------------------------------------------------------------
   Sets default fonts
-------------------------------------------------------------------------------
   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

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

Children: