Object.FontWeight Property

ClosedDescription

Sets or returns the font weight of the object's text. 400 is normal. 700 is bold. See BtFontWeight for standard constant values.

ClosedSyntax

Object.FontWeight = BtFontWeight

Where BtFontWeight is one of the BtFontWeight constants.

Related Topics