HyperWorks Desktop

*SetNoteFont()

Specifies the font type, weight, style, and size for note text in plots.

*SetNoteFont()

Specifies the font type, weight, style, and size for note text in plots.

Previous topic Next topic No expanding text in this topic  

*SetNoteFont()

Specifies the font type, weight, style, and size for note text in plots.

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

Syntax

*SetNoteFont(Font Name, Weight, Slant, Size)

Arguments

Names

Description

 

Font Name

The font type of the note text:

Courier, Helvetica, New Century Schoolbook, or Times

 

Weight

The font weight of the note text, 1 or 0:

1 = bold
0 = normal (default)

 

Slant

The font style of the note text, 1 or 0:

1 = italic
0 = normal (default)

 

Size

The font size of the note text:

8, 10, 12, 14, 18, or 24

Example

*BeginPlotDefaults()                                  

  • • •

  *SetCurveDefaults(1, 2, 1, 0, 0)                    

  *SetLegendPlacement(TopRight)                        

  *SetNoteAttachment(View)                            

  *SetNoteAlignment(Left)                              

  *SetNoteColor(5)                                    

  *SetNoteFont("Helvetica",1,1,24)                    

  *SetPrintLineThickness(0.5)                          

  *SetAnimBubbleColor(6)                              

*EndPlotDefaults

Application

HyperGraph.

Context

*BeginPlotDefaults()

Comments

The default is Helvetica, 0, 0, 12.

See also

 

*BeginPlotDefaults()

List of Preference Statements