FontMakeWithSize |
Type | operator |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | font <mName> at size <mSize>
|
Associations | com.livecode.canvas |
Summary | Creates a new instance of the named font.
|
Parameters | Name | Type | Description |
---|
mName | | An expression which evaluates to a string.
|
mSize | | An Expression which evaluates to a number.
|
|
Example |
variable tFont as Font
put font "Arial" at size 20 into tFont
|
Values | Name | Type | Description |
---|
return | | A new instance of the named font at size mSize points.
|
|
Description | Creates a new instance of the named font.
|
Tags | canvas |