Name
font_title — changes the font of the title
CALLING SEQUENCE
font_title(font,wind)
PARAMETERS
- Input
f= size of the font
wind = number of an open window
- Output
nothing: the current graphic window is modified
DESCRIPTION
Changes the font of the title.
EXAMPLE
font_title(4,0)
// Set to 4 the font of the title of the graph in window number 0.