Specifies the note font setting (family, weight, slant, and size) for the HyperView notes being drawn in the graphics window.
Syntax |
*NoteFont(family, weight, slant, size) |
|
Arguments |
Name |
Description |
|
family |
The font family/type (for example: Arial, Courier New, etc.). |
|
weight |
The weight of the font (0 = regular, 1 = bold). |
|
slant |
The slant of the font (0 = regular, 1 = italic). |
|
size |
The size of the font in points. |
Example |
*BeginGraphicDefaults() *NoteFont(Arial, 1, 1, 12) *EndGraphicDefaults() |
|
Application |
HyperView. |
|
Context |
||
Comments |
A *NoteFont() statement may be placed inside a |
|
See also |
|
|
|