Skip to main content

FontPropertySize

Type

operator

Summary

The size of a font.

Syntax

the size of <mFont>

Description

The size of mFont as a number of points.

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

// Set the font size to 30pt
set the size of tFont to 30
Thank you for your feedback!

Was this page helpful?