*SetNoteFont()
Specifies the font type, weight, style, and size for note text in plots.
Syntax
*SetNoteFont (Font Name, Weight, Slant, Size)
Application
HyperGraph
Inputs
- Font Name
 - The font type of the note text: Courier, Helvetica, New Century Schoolbook, or Times
 - Weight
 - The font weight of the note text, 1 or 0:
- 1
 - Bold
 - 0
 - Normal (default)
 
 - Slant
 - The font style of the note text, 1 or 0:
- 1
 - Italics
 - 0
 - Normal (default)
 
 - Size
 - The font size of the note text: 8, 10, 12, 14, 18, or 24
 
Context
*BeginPlotDefaults()
Example
*BeginPlotDefaults()                                    
   • • •
   *SetCurveDefaults(1, 2, 1, 0, 0)                      
   *SetLegendPlacement(TopRight)                         
   *SetNoteAttachment(View)                              
   *SetNoteAlignment(Left)                               
   *SetNoteColor(5)                                      
   *SetNoteFont("Helvetica",1,1,24)                      
   *SetPrintLineThickness(0.5)                           
   *SetAnimBubbleColor(6)                                
*EndPlotDefaults
      Comments
The default is Helvetica, 0, 0, 12.