HyperWorks Desktop

*Font() - HyperView

Specifies the font name, weight, style, and size of the note text.

*Font() - HyperView

Specifies the font name, weight, style, and size of the note text.

Previous topic Next topic No expanding text in this topic  

*Font() - HyperView

Specifies the font name, weight, style, and size of the note text.

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

Syntax

*Font(name, style, weight, size)

Arguments

Name

Description

 

name

The font name.

 

style

The font style.

 

weight

The font weight

 

size

The font size: 8 to 48 point.

Example

*BeginNote(On, "Model Info")

   *Transparent(On)

   *Attach(WINDOW)

   *Position(0.894185, 0.962798)

   *Text("{modeltitle}")

   *Text("{loadcase} : {simulationstep}")

   *Font("Arial", "regular", "regular", 12)

   *Color(1)

   *BorderWidth(0)

   *NoteAlignment(Right)

   *NoteAnchor(Right, Top)

   *TitleFlag(Yes)

*EndNote()

Application

HyperView.

Context

*BeginNote()

*BeginTensor()

*BeginVector()

See also

 

*BeginNote()

*BeginTensor()

*BeginVector()

List of Session Statements