FontPropertyBold
Type
operator
Summary
The bold setting of a font.
Syntax
the bold of <mFont>
Description
The bold flag of mFont as a boolean. If true, then mFont is bold.
Parameters
Name | Type | Description |
---|---|---|
mFont | An expression which evaluates to a font. |
Examples
// Create a font
variable tFont as Font
put font "Arial" at size 20 into tFont
// Set the font to bold
set the bold of tFont to true