F > FStyleFormat.textBold |
FStyleFormat.textBold
FStyleFormat, FStyleFormat.textBold, textBold
Availability
Flash Player 6.
Usage
myStyleFormat.textBold
Description
Property; a Boolean value specifying whether all text displayed in components using the style format is bold (true) or not (false). The default setting is false.
You must use FStyleFormat.applyChanges when updating properties with a new value.
Example
The following code specifies that all text displayed in components assigned to formStyleFormat is bold.
formStyleFormat.textBold = true;
See also
FStyleFormat.textItalic, FStyleFormat.textUnderline