the name of <mFont>
The name of a font.
An expression which evaluates to a font.
// Create a font variable tFont as Font put font "Arial" at size 20 into tFont // Get the old font name variable tFontName as String put the name of tFont into tName // Set the font to helvetica set the name of tFont to "Helvetica"
The name of mFont.