Specifies the font type, weight, style, and size for note text in plots.
*SetNoteFont()Specifies the font type, weight, style, and size for note text in plots. |
|||||
*SetNoteFont()Specifies the font type, weight, style, and size for note text in plots. |
Syntax |
*SetNoteFont(Font Name, Weight, Slant, Size) |
|
Arguments |
Names |
Description |
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 |
|
Slant |
The font style of the note text, 1 or 0: 1 = italic |
|
Size |
The font size of the note text: 8, 10, 12, 14, 18, or 24 |
|
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 |
|
Application |
HyperGraph. |
|
Context |
||
Comments |
The default is Helvetica, 0, 0, 12. |
|
See also |
|
|