FontPropertyName

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

The name 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

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

The name of mFont.

Tagscanvas