Specifies the font name, weight, style, and size for plot notes, legends, and the text editor.
Syntax |
*Font(Name, Weight, Slant, Size) |
||
Arguments |
Name |
Description |
|
Name |
The font name: Helvetica, Courier, New Century Schoolbook, Times, or any other font installed on the machine. |
||
Weight |
The font weight, 1 or 0: 1 = bold 0 = normal (default) |
||
Slant |
The font style, 1 or 0: 1 = italic |
||
Size |
The point size of the font, 8, 10, 12, 14, 18, or 24 |
||
Example |
*BeginLegend(On) *Font("Helvetica", 0, 1, 12) *EndLegend() |
||
Application |
HyperGraph and TextView. |
||
Context |
|||
See also |
|||