HyperWorks Desktop

*NoteFont()

Specifies the note font setting (family, weight, slant, and size) for the HyperView notes being drawn in the graphics window.

*NoteFont()

Specifies the note font setting (family, weight, slant, and size) for the HyperView notes being drawn in the graphics window.

Previous topic Next topic No expanding text in this topic  

*NoteFont()

Specifies the note font setting (family, weight, slant, and size) for the HyperView notes being drawn in the graphics window.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginGraphicDefaults

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.

See also

 

*NoteAttachment()

List of Preference Statements