Determines the font to be used for the measure.
*Font() - MediaViewDetermines the font to be used for the measure. |
|||||
*Font() - MediaViewDetermines the font to be used for the measure. |
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 |
|
|
See also |
|
|