*Font() - MediaView
Determines the font to be used for the measure.
Syntax
*Font (name, bold, italic, size)
Application
MediaView
Inputs
- 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.
 
Context
*Measure()
*MasterMeasure()
Example
*BeginVideo()
	• • •
	*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Font(“Arial”, 0, 0, 10)
		…
	*EndVideoMeasure()
	• • •
*EndVideo