*NoteFont()

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)

Application

HyperView

Inputs

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.

Context

*BeginGraphicDefaults

Example

*BeginGraphicDefaults()
*NoteFont(Arial, 1, 1, 12) 
*EndGraphicDefaults()

Comments

A *NoteFont() statement may be placed inside a *BeginGraphicDefaults() block in order to define the font properties to be used by the HyperView note.