FontPropertySize

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the size of <mFont>
Associationscom.livecode.canvas
Summary

The size of a font.

Parameters
NameTypeDescription
mFont

An expression which evaluates to a font.

Example
// 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
Description

The size of mFont as a number of points.

Tagscanvas