FontPropertyBold

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the bold of <mFont>
Associationscom.livecode.canvas
Summary

The bold setting of a font.

Parameters
NameTypeDescription
mFont

An expression which evaluates to a font.

Example
// 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
Description

The bold flag of mFont as a boolean. If true, then mFont is bold.

Tagscanvas