BOLD Property
PLBCMP GUI Only
The BOLD property applies the bold attribute to the FONT object. The property uses the following format:
BOLD[={value}]
Note the following:
BOLD may be used in CREATE, SETPROP, or GETPROP statements of a FONT object.
If the BOLD property is specified without an assignment, the action is the same as if BOLD=1 were given.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Text bolding is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |