Path: Common/Graphics
% Sets default fonts
Sets the following properties:
- DefaultAxesFontName
- DefaultTextFontName
- DefaultAxesFontSize
- DefaultTextFontSize
- DefaultAxesFontAngle
- DefaultTextFontAngle
- DefaultAxesFontWeight
- DefaultTextFontWeight
--------------------------------------------------------------------------
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
--------------------------------------------------------------------------
Back to the Common Module page