HyperWorks Desktop

*Font() - MediaView

Determines the font to be used for the measure.

*Font() - MediaView

Determines the font to be used for the measure.

Previous topic Next topic No expanding text in this topic  

*Font() - MediaView

Determines the font to be used for the measure.

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

Syntax

*Font(name, bold, italic, size)

Arguments

Name

Description

 

name

The font typeface name.

 

bold

True if bold, false if not.

 

italic

True if italic, false if not.

 

size

The point size for the font.

Example

*BeginVideo()

 • • •

 *Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")

         *Font(“Arial”, 0, 0, 10)

         

 *EndVideoMeasure()

 • • •

*EndVideo

Application

MediaView

Context

*Measure()

*MasterMeasure()

 

See also

 

*BeginVideo()

*EndVideoMeasure()

*MasterMeasure()

*Measure()

List of Session Statements