FontMakeWithStyle
Type
expression
Summary
Creates a new instance of the named font.
Syntax
font <mName> with ( bold | italic | bold italic ) style
Description
Creates a new instance of the named font.
Parameters
Name | Type | Description |
---|---|---|
mName | An expression which evaluates to a string. |
Examples
// Create italic Arial font
variable tFont as Font
put font "Arial" with italic style into tFont