FontMake

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
font <mName>
Associationscom.livecode.canvas
Summary

Creates a new instance of the named font.

Parameters
NameTypeDescription
mName

An expression which evaluates to a string.

Example
// Create Arial font
variable tFont as Font
put font "Arial" into tFont
Values
NameTypeDescription
return

A new instance of the named font with the default size of 12pts.

Description

Creates a new instance of the named font.

Tagscanvas