FontMakeWithStyle |
Type | expression |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | font <mName> with ( bold | italic | bold italic ) style
|
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.
|
|
Example |
variable tFont as Font
put font "Arial" with italic style into tFont
|
Values | Name | Type | Description |
---|
return | | A new instance of the named font with style bold, italic, or bold italic, and the default size of 12pts.
|
|
Description | Creates a new instance of the named font.
|
Tags | canvas |