Skip to main content

FontPropertyName

Type

operator

Summary

The name of a font.

Syntax

the name of <mFont>

Description

The name of mFont.

Parameters

NameTypeDescription

mFont

An expression which evaluates to a font.

Examples

// 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"
Thank you for your feedback!

Was this page helpful?